final class MethodReflection extends ReflectionMethod

internal  
 

Methods

bool
hasAnnotation(string $name) deprecated

Has method specified annotation?

mixed
getAnnotation(string $name) deprecated

Returns an annotation value.

Details

at line 22
bool hasAnnotation(string $name) deprecated

deprecated

Has method specified annotation?

Parameters

string $name

Return Value

bool

at line 33
mixed getAnnotation(string $name) deprecated

deprecated

Returns an annotation value.

Parameters

string $name

Return Value

mixed