mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
validator cleanup.
This commit is contained in:
@ -87,15 +87,6 @@ class Controller extends Component
|
||||
parent::__construct($config);
|
||||
}
|
||||
|
||||
/**
|
||||
* Initializes the controller.
|
||||
* This method is called by the application before the controller starts to execute an action.
|
||||
* You may override this method to perform the needed initialization for the controller.
|
||||
*/
|
||||
public function init()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* Runs the controller with the specified action and parameters.
|
||||
* @param Action|string $action the action to be executed. This can be either an action object
|
||||
|
Reference in New Issue
Block a user