FlowAnotationReader
class FlowAnotationReader implements Reader (View source)
Methods
object[]
T|null
object[]
T|null
object[]
T|null
string
getUnproxiedClassName(string $className)
Returns the classname after stripping a potentially present Compiler::ORIGINAL_CLASSNAME_SUFFIX.
Details
__construct(ReflectionService $reflectionService)
No description
object[]
getClassAnnotations(ReflectionClass $class)
Gets the annotations applied to a class.
T|null
getClassAnnotation(ReflectionClass $class, T> $annotationName)
Gets a class annotation.
object[]
getMethodAnnotations(ReflectionMethod $method)
Gets the annotations applied to a method.
T|null
getMethodAnnotation(ReflectionMethod $method, T> $annotationName)
Gets a method annotation.
object[]
getPropertyAnnotations(ReflectionProperty $property)
Gets the annotations applied to a property.
T|null
getPropertyAnnotation(ReflectionProperty $property, T> $annotationName)
Gets a property annotation.
protected string
getUnproxiedClassName(string $className)
Returns the classname after stripping a potentially present Compiler::ORIGINAL_CLASSNAME_SUFFIX.