Преглед на файлове

add runWithParams to Action

alexlcdee преди 8 години
родител
ревизия
3084c90f42
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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