Explorar el Código

add runWithParams to Action

alexlcdee hace 8 años
padre
commit
3084c90f42
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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