Commit 75b61478 by Qiang Xue

doc clarification.

parent 60abeb0d
...@@ -96,7 +96,7 @@ class Controller extends Component ...@@ -96,7 +96,7 @@ class Controller extends Component
} }
/** /**
* Runs an action with the specified action ID and parameters. * Runs an action within this controller with the specified action ID and parameters.
* If the action ID is empty, the method will use [[defaultAction]]. * If the action ID is empty, the method will use [[defaultAction]].
* @param string $id the ID of the action to be executed. * @param string $id the ID of the action to be executed.
* @param array $params the parameters (name-value pairs) to be passed to the action. * @param array $params the parameters (name-value pairs) to be passed to the action.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment