From 67f064ffbebcbe15044b4d3cafc726a0ed8a5d97 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 11 Jan 2016 05:43:16 +0000 Subject: [PATCH] Add blank git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338455 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaf/yaf_application/construct.xml | 2 +- reference/yaf/yaf_dispatcher/construct.xml | 4 +--- reference/yaf/yaf_loader/construct.xml | 2 +- reference/yaf/yaf_registry/construct.xml | 2 +- reference/yaf/yaf_request_http/construct.xml | 2 +- reference/yaf/yaf_request_simple/construct.xml | 2 +- reference/yaf/yaf_route_map/construct.xml | 3 --- reference/yaf/yaf_route_regex/construct.xml | 2 +- reference/yaf/yaf_route_rewrite/construct.xml | 2 +- reference/yaf/yaf_route_simple/construct.xml | 2 +- reference/yaf/yaf_route_supervar/construct.xml | 5 +---- reference/yaf/yaf_router/construct.xml | 2 +- reference/yaf/yaf_session/construct.xml | 2 +- 13 files changed, 12 insertions(+), 20 deletions(-) diff --git a/reference/yaf/yaf_application/construct.xml b/reference/yaf/yaf_application/construct.xml index 5bb8d8a79a..da2b1304fd 100644 --- a/reference/yaf/yaf_application/construct.xml +++ b/reference/yaf/yaf_application/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - publicYaf_Application::__construct + public Yaf_Application::__construct mixedconfig stringenvrion diff --git a/reference/yaf/yaf_dispatcher/construct.xml b/reference/yaf/yaf_dispatcher/construct.xml index 341d7f81a9..8d5085ecb1 100644 --- a/reference/yaf/yaf_dispatcher/construct.xml +++ b/reference/yaf/yaf_dispatcher/construct.xml @@ -10,15 +10,13 @@ &reftitle.description; - publicYaf_Dispatcher::__construct + public Yaf_Dispatcher::__construct - - diff --git a/reference/yaf/yaf_loader/construct.xml b/reference/yaf/yaf_loader/construct.xml index a8c3762ce2..8da3c1e0d5 100644 --- a/reference/yaf/yaf_loader/construct.xml +++ b/reference/yaf/yaf_loader/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - privateYaf_Loader::__construct + private Yaf_Loader::__construct diff --git a/reference/yaf/yaf_registry/construct.xml b/reference/yaf/yaf_registry/construct.xml index c6f43ad5b1..901935023b 100644 --- a/reference/yaf/yaf_registry/construct.xml +++ b/reference/yaf/yaf_registry/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - privateYaf_Registry::__construct + private Yaf_Registry::__construct diff --git a/reference/yaf/yaf_request_http/construct.xml b/reference/yaf/yaf_request_http/construct.xml index 29f65d89a9..acebc0d144 100644 --- a/reference/yaf/yaf_request_http/construct.xml +++ b/reference/yaf/yaf_request_http/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - publicYaf_Request_Http::__construct + public Yaf_Request_Http::__construct stringrequest_uri stringbase_uri diff --git a/reference/yaf/yaf_request_simple/construct.xml b/reference/yaf/yaf_request_simple/construct.xml index d68d1a5e78..03d540c95a 100644 --- a/reference/yaf/yaf_request_simple/construct.xml +++ b/reference/yaf/yaf_request_simple/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - publicYaf_Request_Simple::__construct + public Yaf_Request_Simple::__construct stringmethod stringmodule stringcontroller diff --git a/reference/yaf/yaf_route_map/construct.xml b/reference/yaf/yaf_route_map/construct.xml index 8917c90174..6888037d5a 100644 --- a/reference/yaf/yaf_route_map/construct.xml +++ b/reference/yaf/yaf_route_map/construct.xml @@ -17,9 +17,6 @@ - - &warn.undocumented.func; - diff --git a/reference/yaf/yaf_route_regex/construct.xml b/reference/yaf/yaf_route_regex/construct.xml index 14ded31b71..e217b6f78e 100644 --- a/reference/yaf/yaf_route_regex/construct.xml +++ b/reference/yaf/yaf_route_regex/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - publicYaf_Route_Regex::__construct + public Yaf_Route_Regex::__construct stringmatch arrayroute arraymap diff --git a/reference/yaf/yaf_route_rewrite/construct.xml b/reference/yaf/yaf_route_rewrite/construct.xml index f3bf7f7532..9c3d211d1e 100644 --- a/reference/yaf/yaf_route_rewrite/construct.xml +++ b/reference/yaf/yaf_route_rewrite/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - publicYaf_Route_Rewrite::__construct + public Yaf_Route_Rewrite::__construct stringmatch arrayroute arrayverify diff --git a/reference/yaf/yaf_route_simple/construct.xml b/reference/yaf/yaf_route_simple/construct.xml index e8be66bc74..4b088ec81d 100644 --- a/reference/yaf/yaf_route_simple/construct.xml +++ b/reference/yaf/yaf_route_simple/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - publicYaf_Route_Simple::__construct + public Yaf_Route_Simple::__construct stringmodule_name stringcontroller_name stringaction_name diff --git a/reference/yaf/yaf_route_supervar/construct.xml b/reference/yaf/yaf_route_supervar/construct.xml index b56d8199a3..d8aa0d0fab 100644 --- a/reference/yaf/yaf_route_supervar/construct.xml +++ b/reference/yaf/yaf_route_supervar/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - publicYaf_Route_Supervar::__construct + public Yaf_Route_Supervar::__construct stringsupervar_name @@ -19,9 +19,6 @@ Yaf_Route_Supervar will look for path info in query string, and the parameter supervar_name is the key. - - &warn.undocumented.func; - diff --git a/reference/yaf/yaf_router/construct.xml b/reference/yaf/yaf_router/construct.xml index 0ddfd63a07..dda3e1b241 100644 --- a/reference/yaf/yaf_router/construct.xml +++ b/reference/yaf/yaf_router/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - publicYaf_Router::__construct + public Yaf_Router::__construct diff --git a/reference/yaf/yaf_session/construct.xml b/reference/yaf/yaf_session/construct.xml index 11445bc438..f875c63714 100644 --- a/reference/yaf/yaf_session/construct.xml +++ b/reference/yaf/yaf_session/construct.xml @@ -10,7 +10,7 @@ &reftitle.description; - privateYaf_Session::__construct + private Yaf_Session::__construct