Browse Source

Improve summary description of Action class

tags/2.0.6
tom-- 9 years ago
parent
commit
e0d2d2cc88
  1. 4
      framework/base/Action.php

4
framework/base/Action.php

@ -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.

Loading…
Cancel
Save