Update comment block

Add an annotation for FlashComponent
This commit is contained in:
@zuborawka 2016-01-07 23:12:01 +09:00
parent 6fbc029b9b
commit 3d0bda0df8

View file

@ -52,6 +52,7 @@ App::uses('CakeEventManager', 'Event');
* @property RequestHandlerComponent $RequestHandler
* @property SecurityComponent $Security
* @property SessionComponent $Session
* @property FlashComponent $Flash
* @link http://book.cakephp.org/2.0/en/controllers.html
*/
class Controller extends Object implements CakeEventListener {