Bläddra i källkod

add runWithParams to Action

alexlcdee 8 år sedan
förälder
incheckning
3084c90f42
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/web/Action.php

+ 1 - 1
src/web/Action.php

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