public mixed getArgument (int | string $position) Returns an argument in a specific position
Source
public mixed getNamedArgument (mixed $name) Returns a named argument
public mixed getNamedParameter (mixed $name) Returns a named parameter
public array getExprArguments () Returns the expression arguments without resolving
public array getArguments () Returns the expression arguments
public getName () Returns the annotation’s name
public numberArguments () Returns the number of arguments that the annotation has
public boolean hasArgument (int | string $position) Returns an argument in a specific position
public mixed getExpression (array $expr) Resolves an annotation expression