Refactor Object to CakeObject for future PHP7 comp.

This commit is contained in:
mscherer 2016-04-08 14:33:26 +02:00
parent 96c9521802
commit dda9e83ab6
30 changed files with 58 additions and 53 deletions

View file

@ -664,7 +664,7 @@ class Router {
* created later in the request.
*
* Nested requests will create a stack of requests. You can remove requests using
* Router::popRequest(). This is done automatically when using Object::requestAction().
* Router::popRequest(). This is done automatically when using CakeObject::requestAction().
*
* Will accept either a CakeRequest object or an array of arrays. Support for
* accepting arrays may be removed in the future.