mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
update docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315986 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
230af446ae
commit
748e586b10
7 changed files with 18 additions and 16 deletions
|
@ -62,7 +62,7 @@
|
|||
<row>
|
||||
<entry>yaf.cache_config</entry>
|
||||
<entry>0</entry>
|
||||
<entry>its PHP_INI_ALL value</entry>
|
||||
<entry>its PHP_INI_SYS value</entry>
|
||||
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
|
@ -4,13 +4,14 @@
|
|||
<chapter xml:id="yaf.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
||||
<!-- {{{ Requirements -->
|
||||
<section xml:id="yaf.requirements">
|
||||
&reftitle.required;
|
||||
&no.requirement;
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
<!-- {{{ Installation -->
|
||||
<section xml:id="yaf.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -24,18 +25,18 @@
|
|||
&pecl.windows.download;
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
<section xml:id="yaf.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
<!-- {{{ Configuration -->
|
||||
&reference.yaf.ini;
|
||||
<!-- }}} -->
|
||||
|
||||
<!-- {{{ Resources -->
|
||||
<section xml:id="yaf.resources">
|
||||
&reftitle.resources;
|
||||
&no.resource;
|
||||
<para>
|
||||
|
||||
</para>
|
||||
</section>
|
||||
<!-- }}} -->
|
||||
|
||||
</chapter>
|
||||
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<varname linkend="yaf-dispatcher.props.plugins">_plugins</varname>
|
||||
</fieldsynopsis>
|
||||
<fieldsynopsis>
|
||||
<modifier>protected</modifier>
|
||||
<modifier>static</modifier>
|
||||
<varname linkend="yaf-dispatcher.props.instance">_instance</varname>
|
||||
</fieldsynopsis>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="yaf-controller-abstract.clone" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Yaf_Controller_Abstract::__clone</refname>
|
||||
<refpurpose>The __clone purpose</refpurpose>
|
||||
<refpurpose>Yaf_Controller_Abstract can not be cloned</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
<refentry xml:id="yaf-controller-abstract.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Yaf_Controller_Abstract::__construct</refname>
|
||||
<refpurpose>The __construct purpose</refpurpose>
|
||||
<refpurpose>Yaf_Controller_Abstract constructor</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<methodname>Yaf_Controller_Abstract::__construct</methodname>
|
||||
<modifier>final</modifier> <modifier>private</modifier> <methodname>Yaf_Controller_Abstract::__construct</methodname>
|
||||
<void />
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="yaf-dispatcher.sleep" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Yaf_Dispatcher::__sleep</refname>
|
||||
<refpurpose>The __sleep purpose</refpurpose>
|
||||
<refpurpose>Yaf_Dispatcher can not be serialized</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<refentry xml:id="yaf-dispatcher.wakeup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<refnamediv>
|
||||
<refname>Yaf_Dispatcher::__wakeup</refname>
|
||||
<refpurpose>The __wakeup purpose</refpurpose>
|
||||
<refpurpose>Yaf_Dispatcher can not be unserialized</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
Loading…
Reference in a new issue