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 25
bool hasAnnotation(string $name)

Has method specified annotation?

Parameters

string $name

Return Value

bool

at line 35
mixed getAnnotation(string $name)

Returns an annotation value.

Parameters

string $name

Return Value

mixed

Traits

Strict class for better experience.