[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/yaf/_versions.xml_yaf=5Faction=5Fabstract/getcon
From:       Xinchen_Hui <laruence () php ! net>
Date:       2020-04-19 14:05:57
Message-ID: svn-laruence-1587305157-349679-720326875 () svn ! php ! net
[Download RAW message or body]

laruence                                 Sun, 19 Apr 2020 14:05:57 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=349679

Log:
Added new function intros

Changed paths:
    U   phpdoc/en/trunk/reference/yaf/versions.xml
    A   phpdoc/en/trunk/reference/yaf/yaf_action_abstract/getcontrollername.xml
    A   phpdoc/en/trunk/reference/yaf/yaf_controller_abstract/getname.xml
    A   phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultaction.xml
    A   phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultcontroller.xml
    A   phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultmodule.xml
    A   phpdoc/en/trunk/reference/yaf/yaf_request_abstract/clearparams.xml


["svn-diffs-349679.txt" (text/x-diff)]

Modified: phpdoc/en/trunk/reference/yaf/versions.xml
===================================================================
--- phpdoc/en/trunk/reference/yaf/versions.xml	2020-04-19 14:01:10 UTC (rev 349678)
+++ phpdoc/en/trunk/reference/yaf/versions.xml	2020-04-19 14:05:57 UTC (rev 349679)
@@ -39,6 +39,9 @@
  <function name='yaf_dispatcher::setdefaultmodule' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_dispatcher::setdefaultcontroller' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_dispatcher::setdefaultaction' from='Yaf &gt;=1.0.0'/>
+ <function name='yaf_dispatcher::getdefaultmodule' from='Yaf &gt;=3.2.0'/>
+ <function name='yaf_dispatcher::getdefaultcontroller' from='Yaf &gt;=3.2.0'/>
+ <function name='yaf_dispatcher::getdefaultaction' from='Yaf &gt;=3.2.0'/>
  <function name='yaf_dispatcher::returnresponse' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_dispatcher::autorender' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_dispatcher::flushinstantly' from='Yaf &gt;=1.0.0'/>
@@ -75,6 +78,7 @@
  <function name='yaf_request_abstract::getenv' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_request_abstract::setparam' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_request_abstract::getparam' from='Yaf &gt;=1.0.0'/>
+ <function name='yaf_request_abstract::clearparam' from='Yaf &gt;=3.2.0'/>
  <function name='yaf_request_abstract::getparams' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_request_abstract::getexception' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_request_abstract::getmodulename' from='Yaf &gt;=1.0.0'/>
@@ -224,6 +228,7 @@
  <function name='yaf_controller_abstract::display' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_controller_abstract::getrequest' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_controller_abstract::getresponse' from='Yaf &gt;=1.0.0'/>
+ <function name='yaf_controller_abstract::getname' from='Yaf &gt;=3.2.0'/>
  <function name='yaf_controller_abstract::getmodulename' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_controller_abstract::getview' from='Yaf &gt;=1.0.0'/>
  <function name='yaf_controller_abstract::initview' from='Yaf &gt;=1.0.0'/>

Added: phpdoc/en/trunk/reference/yaf/yaf_action_abstract/getcontrollername.xml
===================================================================
--- phpdoc/en/trunk/reference/yaf/yaf_action_abstract/getcontrollername.xml	          \
                (rev 0)
+++ phpdoc/en/trunk/reference/yaf/yaf_action_abstract/getcontrollername.xml	2020-04-19 \
14:05:57 UTC (rev 349679) @@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: 327672 $ -->
+
+<refentry xml:id="yaf-controller-abstract.getcontrollername" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + \
<refnamediv> +  <refname>Yaf_Action_Abstract::getControllerName</refname>
+  <refpurpose>Get controller name</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>string</type><methodname>Yaf_Action_Abstract::getControllerName</methodname> +  \
<void /> +  </methodsynopsis>
+  <para>
+   get the controller's name
+  </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+  &string;, controller name
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- 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:"~/.phpdoc/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
+-->

Added: phpdoc/en/trunk/reference/yaf/yaf_controller_abstract/getname.xml
===================================================================
--- phpdoc/en/trunk/reference/yaf/yaf_controller_abstract/getname.xml	                \
                (rev 0)
+++ phpdoc/en/trunk/reference/yaf/yaf_controller_abstract/getname.xml	2020-04-19 \
14:05:57 UTC (rev 349679) @@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: 327672 $ -->
+
+<refentry xml:id="yaf-controller-abstract.getname" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + \
<refnamediv> +  <refname>Yaf_Controller_Abstract::getName</refname>
+  <refpurpose>Get self name</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>string</type><methodname>Yaf_Controller_Abstract::getName</methodname> +   \
<void /> +  </methodsynopsis>
+  <para>
+   get the controller's name
+  </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+  &string;, controller name
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- 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:"~/.phpdoc/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
+-->

Added: phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultaction.xml
===================================================================
--- phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultaction.xml	                \
                (rev 0)
+++ phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultaction.xml	2020-04-19 \
14:05:57 UTC (rev 349679) @@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: 327525 $ -->
+
+<refentry xml:id="yaf-dispatcher.getdefaultaction" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + \
<refnamediv> +  <refname>Yaf_Dispatcher::getDefaultAction</refname>
+  <refpurpose>Retrive the default action name</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>string</type><methodname>Yaf_Dispatcher::getDefaultAction</methodname> +   \
<void /> +  </methodsynopsis>
+  <para>
+   get the default action name
+  </para>
+
+
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &string;, default action name, default is "index"
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- 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:"~/.phpdoc/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
+-->

Added: phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultcontroller.xml
===================================================================
--- phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultcontroller.xml	            \
                (rev 0)
+++ phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultcontroller.xml	2020-04-19 \
14:05:57 UTC (rev 349679) @@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: 327525 $ -->
+
+<refentry xml:id="yaf-dispatcher.getdefaultcontroller" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + \
<refnamediv> +  <refname>Yaf_Dispatcher::getDefaultController</refname>
+  <refpurpose>Retrive the default controller name</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>string</type><methodname>Yaf_Dispatcher::getDefaultController</methodname> +   \
<void /> +  </methodsynopsis>
+  <para>
+   get the default controller name
+  </para>
+
+
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &string;, default controller name, default is "Index"
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- 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:"~/.phpdoc/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
+-->

Added: phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultmodule.xml
===================================================================
--- phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultmodule.xml	                \
                (rev 0)
+++ phpdoc/en/trunk/reference/yaf/yaf_dispatcher/getdefaultmodule.xml	2020-04-19 \
14:05:57 UTC (rev 349679) @@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: 327525 $ -->
+
+<refentry xml:id="yaf-dispatcher.getdefaultmodule" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + \
<refnamediv> +  <refname>Yaf_Dispatcher::getDefaultModule</refname>
+  <refpurpose>Retrive the default module name</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>string</type><methodname>Yaf_Dispatcher::getDefaultModule</methodname> +   \
<void /> +  </methodsynopsis>
+  <para>
+   get the default module name
+  </para>
+
+
+
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &string;, module name, default is "Index"
+  </para>
+ </refsect1>
+
+
+</refentry>
+
+<!-- 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:"~/.phpdoc/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
+-->

Added: phpdoc/en/trunk/reference/yaf/yaf_request_abstract/clearparams.xml
===================================================================
--- phpdoc/en/trunk/reference/yaf/yaf_request_abstract/clearparams.xml	               \
                (rev 0)
+++ phpdoc/en/trunk/reference/yaf/yaf_request_abstract/clearparams.xml	2020-04-19 \
14:05:57 UTC (rev 349679) @@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision: 346127 $ -->
+
+<refentry xml:id="yaf-request-abstract.clearparams" \
xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> + \
<refnamediv> +  <refname>Yaf_Request_Abstract::clearParams</refname>
+  <refpurpose>Remove all params</refpurpose>
+ </refnamediv>
+
+ <refsect1 role="description">
+  &reftitle.description;
+  <methodsynopsis>
+   <modifier>public</modifier> \
<type>bool</type><methodname>Yaf_Request_Abstract::clearParams</methodname> +   <void \
/> +  </methodsynopsis>
+  <para>
+   Remove all params set by router, or \
<methodname>Yaf_Request_Abstract::setParam</methodname> +  </para>
+ </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  &no.function.parameters;
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   &boolean;
+  </para>
+ </refsect1>
+
+ <refsect1 role="seealso">
+  &reftitle.seealso;
+  <simplelist>
+   <member><methodname>Yaf_Request_Abstract::isHead</methodname></member>
+   <member><methodname>Yaf_Request_Abstract::isGet</methodname></member>
+   <member><methodname>Yaf_Request_Abstract::isPost</methodname></member>
+   <member><methodname>Yaf_Request_Abstract::isPut</methodname></member>
+   <member><methodname>Yaf_Request_Abstract::isOptions</methodname></member>
+   <member><methodname>Yaf_Request_Abstract::isXmlHTTPRequest</methodname></member>
+  </simplelist>
+ </refsect1>
+</refentry>
+
+<!-- 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:"~/.phpdoc/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
+-->



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic