mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 11:32:40 +00:00
Refactor Object to CakeObject for future PHP7 comp.
This commit is contained in:
parent
96c9521802
commit
dda9e83ab6
30 changed files with 58 additions and 53 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue