mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-10-31 10:39:59 +08:00 
			
		
		
		
	Add visibility for all class elements (#20557)
This commit is contained in:
		| @ -31,11 +31,11 @@ class Controller extends Component implements ViewContextInterface | ||||
|      * @event ActionEvent an event raised right before executing a controller action. | ||||
|      * You may set [[ActionEvent::isValid]] to be false to cancel the action execution. | ||||
|      */ | ||||
|     const EVENT_BEFORE_ACTION = 'beforeAction'; | ||||
|     public const EVENT_BEFORE_ACTION = 'beforeAction'; | ||||
|     /** | ||||
|      * @event ActionEvent an event raised right after executing a controller action. | ||||
|      */ | ||||
|     const EVENT_AFTER_ACTION = 'afterAction'; | ||||
|     public const EVENT_AFTER_ACTION = 'afterAction'; | ||||
|  | ||||
|     /** | ||||
|      * @var string the ID of this controller. | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Maksim Spirkov
					Maksim Spirkov