mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Improve summary description of Action class
This commit is contained in:
@ -12,8 +12,8 @@ use Yii;
|
||||
/**
|
||||
* Action is the base class for all controller action classes.
|
||||
*
|
||||
* Action provides a way to divide a complex controller into
|
||||
* smaller actions in separate class files.
|
||||
* Action provides a way to reuse action method code. An action method in an Action
|
||||
* class can be used in multiple controllers or in different projects.
|
||||
*
|
||||
* Derived classes must implement a method named `run()`. This method
|
||||
* will be invoked by the controller when the action is requested.
|
||||
|
Reference in New Issue
Block a user