mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
MFB: Upgrade to the new-reference-structure
- Moved the intro from reference.xml to book.xml - Change the intro ID to intro.<extname> - Changed the constants section to be <chapter> git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247999 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9272bf1f06
commit
fe62f879b0
4 changed files with 98 additions and 33 deletions
50
reference/classkit/book.xml
Normal file
50
reference/classkit/book.xml
Normal file
|
@ -0,0 +1,50 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- Purpose: basic.vartype -->
|
||||
<!-- Membership: pecl -->
|
||||
|
||||
<book xml:id="book.classkit" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Classkit Functions</title>
|
||||
<titleabbrev>Classkit</titleabbrev>
|
||||
|
||||
<preface xml:id="intro.classkit">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
These functions allow the dynamic manipulation of PHP classes, at runtime.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This extension has been replaced by
|
||||
<link linkend="book.runkit">runkit</link>, which is not limited to class
|
||||
manipulation but has function manipulation, as well.
|
||||
</para>
|
||||
</note>
|
||||
</preface>
|
||||
|
||||
&reference.classkit.setup;
|
||||
&reference.classkit.constants;
|
||||
&reference.classkit.reference;
|
||||
|
||||
</book>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section xml:id="classkit.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<appendix xml:id="classkit.constants" xmlns="http://docbook.org/ns/docbook">
|
||||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
<para>
|
||||
|
@ -40,7 +40,7 @@
|
|||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
</section>
|
||||
</appendix>
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
|
|
|
@ -1,37 +1,8 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- Purpose: basic.vartype -->
|
||||
<!-- Membership: pecl -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
|
||||
<reference xml:id="ref.classkit" xmlns="http://docbook.org/ns/docbook">
|
||||
<title>Classkit Functions</title>
|
||||
<titleabbrev>Classkit</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<section xml:id="classkit.intro">
|
||||
&reftitle.intro;
|
||||
<para>
|
||||
These functions allow the dynamic manipulation of PHP classes, at runtime.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
This extension has been replaced by
|
||||
<link linkend="ref.runkit">runkit</link>, which is not limited to class
|
||||
manipulation but has function manipulation, as well.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
&reference.classkit.configure;
|
||||
&reference.classkit.ini;
|
||||
|
||||
<section xml:id="classkit.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
&reference.classkit.constants;
|
||||
</partintro>
|
||||
|
||||
&reference.classkit.entities.functions;
|
||||
|
||||
|
@ -57,3 +28,4 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
|
|||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
||||
|
|
43
reference/classkit/setup.xml
Normal file
43
reference/classkit/setup.xml
Normal file
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
|
||||
<chapter xml:id="classkit.setup">
|
||||
&reftitle.setup;
|
||||
|
||||
<section xml:id="classkit.requirements">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
</section>
|
||||
|
||||
&reference.classkit.configure;
|
||||
|
||||
&reference.classkit.ini;
|
||||
|
||||
<section xml:id="classkit.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
</chapter>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
Local variables:
|
||||
mode: sgml
|
||||
sgml-omittag:t
|
||||
sgml-shorttag:t
|
||||
sgml-minimize-attributes:nil
|
||||
sgml-always-quote-attributes:t
|
||||
sgml-indent-step:1
|
||||
sgml-indent-data:t
|
||||
indent-tabs-mode:nil
|
||||
sgml-parent-document:nil
|
||||
sgml-default-dtd-file:"../../../manual.ced"
|
||||
sgml-exposed-tags:nil
|
||||
sgml-local-catalogs:nil
|
||||
sgml-local-ecat-files:nil
|
||||
End:
|
||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||
vim: et tw=78 syn=sgml
|
||||
vi: ts=1 sw=1
|
||||
-->
|
||||
|
Loading…
Reference in a new issue