From d69ea3a807fd411a471cdee3122b0017189324b6 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Fri, 26 Oct 2012 05:57:32 +0000 Subject: [PATCH] optional paramters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328149 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaf/yaf_dispatcher/autorender.xml | 10 ++++++++-- reference/yaf/yaf_dispatcher/flushinstantly.xml | 10 ++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/reference/yaf/yaf_dispatcher/autorender.xml b/reference/yaf/yaf_dispatcher/autorender.xml index 76400fe1ed..29483f2b09 100644 --- a/reference/yaf/yaf_dispatcher/autorender.xml +++ b/reference/yaf/yaf_dispatcher/autorender.xml @@ -11,7 +11,7 @@ &reftitle.description; public Yaf_DispatcherYaf_Dispatcher::autoRender - boolflag + boolflag Yaf_Dispatcher will render automatically after @@ -33,7 +33,13 @@ flag - bool + bool + + + since 2.2.0, if this parameter is not given, then the current state + will be renturned + + diff --git a/reference/yaf/yaf_dispatcher/flushinstantly.xml b/reference/yaf/yaf_dispatcher/flushinstantly.xml index f2630bcf93..7f12170f75 100644 --- a/reference/yaf/yaf_dispatcher/flushinstantly.xml +++ b/reference/yaf/yaf_dispatcher/flushinstantly.xml @@ -11,7 +11,7 @@ &reftitle.description; public Yaf_DispatcherYaf_Dispatcher::flushInstantly - boolflag + boolflag @@ -28,7 +28,13 @@ flag - + bool + + + since 2.2.0, if this parameter is not given, then the current state + will be renturned + +