class MethodReflection extends ReflectionMethod

internal  
 

Methods

bool
hasAnnotation($name)

Has method specified annotation?

mixed
getAnnotation($name)

Returns an annotation value.

__toString()

No description

__get($name)

No description

__call($name, $args)

No description

Details

at line 26
bool hasAnnotation($name)

Has method specified annotation?

Parameters

$name

Return Value

bool

at line 37
mixed getAnnotation($name)

Returns an annotation value.

Parameters

$name

Return Value

mixed

at line 44
__toString()

No description

at line 51
__get($name)

No description

Parameters

$name

at line 58
__call($name, $args)

No description

Parameters

$name
$args

Traits

SmartObject