Nested requests will create a stack of requests. You can remove requests using
Router::popRequest(). This is done automatically when using Object::requestAction().
Will accept either a CakeRequest object or an array of arrays. Support for
accepting arrays may be removed in the future.
public static setRequestInfo ( CakeRequest | array $request ) : void | ||
$request | CakeRequest | array | Parameters and path information or a CakeRequest object. |
return | void |