Annotations\Annotation::getArgument
  • References/PHP/Phalcon/Annotations/Annotation

public mixed getArgument (int | string $position) Returns an argument in a specific position

2025-01-10 15:47:30
Annotations\Annotation::getNamedParameter
  • References/PHP/Phalcon/Annotations/Annotation

public mixed getNamedParameter (mixed $name) Returns a named parameter

2025-01-10 15:47:30
Annotations\Annotation::getNamedArgument
  • References/PHP/Phalcon/Annotations/Annotation

public mixed getNamedArgument (mixed $name) Returns a named argument

2025-01-10 15:47:30
Annotations\Annotation
  • References/PHP/Phalcon/Annotations/Annotation

Source

2025-01-10 15:47:30
Annotations\Annotation::getExprArguments
  • References/PHP/Phalcon/Annotations/Annotation

public array getExprArguments () Returns the expression arguments without resolving

2025-01-10 15:47:30
Annotations\Annotation::getArguments
  • References/PHP/Phalcon/Annotations/Annotation

public array getArguments () Returns the expression arguments

2025-01-10 15:47:30
Annotations\Annotation::getName
  • References/PHP/Phalcon/Annotations/Annotation

public getName () Returns the annotation’s name

2025-01-10 15:47:30
Annotations\Annotation::numberArguments
  • References/PHP/Phalcon/Annotations/Annotation

public numberArguments () Returns the number of arguments that the annotation has

2025-01-10 15:47:30
Annotations\Annotation::hasArgument
  • References/PHP/Phalcon/Annotations/Annotation

public boolean hasArgument (int | string $position) Returns an argument in a specific position

2025-01-10 15:47:30
Annotations\Annotation::getExpression
  • References/PHP/Phalcon/Annotations/Annotation

public mixed getExpression (array $expr) Resolves an annotation expression

2025-01-10 15:47:30