PresenterComponentReflection
class PresenterComponentReflection extends ClassType
internal |
Helpers for Presenter & PresenterComponent.
Methods
array
getPersistentParams($class = NULL)
No description
array
getPersistentComponents($class = NULL)
No description
bool
hasCallableMethod($method)
Is a method callable? It means class is instantiable and method has public visibility, is non-static and non-abstract.
static array
static bool
convertType($val, $type)
Non data-loss type conversion.
Details
at line 36
array
getPersistentParams($class = NULL)
No description
at line 72
array
getPersistentComponents($class = NULL)
No description
at line 99
bool
hasCallableMethod($method)
Is a method callable? It means class is instantiable and method has public visibility, is non-static and non-abstract.
at line 116
static array
combineArgs(ReflectionFunctionAbstract $method, $args)
No description
at line 143
static bool
convertType($val, $type)
Non data-loss type conversion.