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
combineArgs(ReflectionFunctionAbstract $method, $args)

No description

static bool
convertType($val, $type)

Non data-loss type conversion.

Details

at line 36
array getPersistentParams($class = NULL)

No description

Parameters

$class

Return Value

array

of persistent parameters.

at line 73
array getPersistentComponents($class = NULL)

No description

Parameters

$class

Return Value

array

of persistent components.

at line 100
bool hasCallableMethod($method)

Is a method callable? It means class is instantiable and method has public visibility, is non-static and non-abstract.

Parameters

$method

Return Value

bool

at line 119
static array combineArgs(ReflectionFunctionAbstract $method, $args)

No description

Parameters

ReflectionFunctionAbstract $method
$args

Return Value

array

at line 146
static bool convertType($val, $type)

Non data-loss type conversion.

Parameters

$val
$type

Return Value

bool