mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Update comment block
Add an annotation for FlashComponent
This commit is contained in:
parent
6fbc029b9b
commit
3d0bda0df8
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ App::uses('CakeEventManager', 'Event');
|
||||||
* @property RequestHandlerComponent $RequestHandler
|
* @property RequestHandlerComponent $RequestHandler
|
||||||
* @property SecurityComponent $Security
|
* @property SecurityComponent $Security
|
||||||
* @property SessionComponent $Session
|
* @property SessionComponent $Session
|
||||||
|
* @property FlashComponent $Flash
|
||||||
* @link http://book.cakephp.org/2.0/en/controllers.html
|
* @link http://book.cakephp.org/2.0/en/controllers.html
|
||||||
*/
|
*/
|
||||||
class Controller extends Object implements CakeEventListener {
|
class Controller extends Object implements CakeEventListener {
|
||||||
|
|
Loading…
Add table
Reference in a new issue