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\Reflection::getMethodsAnnotations
  • References/PHP/Phalcon/Annotations/Reflection

public getMethodsAnnotations () Returns the annotations found in the methods’ docblocks

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

public get (string | object $className) Parses or retrieves all the annotations found in a class

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

public getProperty (mixed $className, mixed $propertyName) Returns the annotations found in a specific property

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

Source

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

extends abstract class Phalcon\Annotations\Adapter

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

abstract public static parseDocBlock (mixed $docBlock, [mixed $file], [mixed $line]) ...

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

Source on GitHub Methods abstract public setReader (Phalcon\Annotations\ReaderInterface $reader) ... abstract public getReader () ... abstract public get (mixed $className) ... abstract public getMethods (mixed $className) ... abstract public getMethod (mixed $className, mixed $methodName) ... abstract public getProperties (mixed $className) ... abstract public getProperty (mixed $className, mixed $propertyName) ...

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

public getClassAnnotations () Returns the annotations found in the class docblock

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

public getMethod (mixed $className, mixed $methodName) Returns the annotations found in a specific method

2025-01-10 15:47:30