final class MethodReflection extends ReflectionMethod

internal  
 

Methods

bool
hasAnnotation(string $name)

No description

mixed
getAnnotation(string $name)

No description

Details

at line 18
bool hasAnnotation(string $name)

No description

Parameters

string $name

Return Value

bool

at line 26
mixed getAnnotation(string $name)

No description

Parameters

string $name

Return Value

mixed