betz Sat Jul 27 13:00:02 2002 EDT Modified files: /phpdoc/en language-snippets.ent Log: entity for predifined classes for title Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.27 phpdoc/en/language-snippets.ent:1.28 --- phpdoc/en/language-snippets.ent:1.27 Mon Jul 22 09:20:06 2002 +++ phpdoc/en/language-snippets.ent Sat Jul 27 13:00:02 2002 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.27 $ --> +<!-- $Revision: 1.28 $ --> <!ENTITY warn.experimental '<warning><simpara>This extension is <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension, @@ -107,6 +107,13 @@ The constants listed here are always available as part of the PHP core. </simpara>'> +<!-- Used in reference/$extname/classes.xml --> +<!ENTITY extension.classes '<simpara> +These classes are defined by this extension, and +will only be available when the extension has either +been compiled into PHP or dynamically loaded at runtime. +</simpara>'> + <!-- These are using in reference/$extname/reference.xml and other supplemental files to mark section titles --> <!ENTITY reftitle.intro '<title>Introduction</title>'> @@ -115,5 +122,6 @@ <!ENTITY reftitle.runtime '<title>Runtime Configuration</title>'> <!ENTITY reftitle.resources '<title>Resource Types</title>'> <!ENTITY reftitle.constants '<title>Predefined Constants</title>'> +<!ENTITY reftitle.classes '<title>Predefined Classes</title>'> <!ENTITY reftitle.examples '<title>Examples</title>'> <!ENTITY reftitle.seealso '<title>See Also</title>'>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php