|
|
@@ -29,7 +29,7 @@ class Action extends \CAction
|
|
|
* Executes a method of an object with the supplied named parameters.
|
|
|
* This method is internally used.
|
|
|
* @param mixed $object the object whose method is to be executed
|
|
|
- * @param ReflectionMethod $method the method reflection
|
|
|
+ * @param \ReflectionMethod $method the method reflection
|
|
|
* @param array $params the named parameters
|
|
|
* @return boolean whether the named parameters are valid
|
|
|
* @since 1.1.7
|