Class CBJsonInlineAction
Represents a JSON action that is defined as a controller method.
This subclass enforces the at-most-one-parameter-with-type-hinting actions.
- CInlineAction
-
CBJsonInlineAction
Package: Components
Author: Konstantinos Filios <konfilios@gmail.com>
Since: 1.0
Located at components/CBJsonInlineAction.php
Author: Konstantinos Filios <konfilios@gmail.com>
Since: 1.0
Located at components/CBJsonInlineAction.php
protected
mixed
|
|
protected
mixed
|
#
runWithParamsInternal( mixed $object, ReflectionMethod $method, array $paramValues )
Executes a method of an object with the supplied named parameters. |