final class MethodReflection extends ReflectionMethod

internal  
 

Methods

bool
hasAnnotation(string $name)

Has method specified annotation?

mixed
getAnnotation(string $name)

Returns an annotation value.

Details

at line 21
bool hasAnnotation(string $name)

Has method specified annotation?

Parameters

string $name

Return Value

bool

at line 30
mixed getAnnotation(string $name)

Returns an annotation value.

Parameters

string $name

Return Value

mixed