Annotations\Adapter::getReader
  • References/PHP/Phalcon/Annotations/Adapter

public getReader () Returns the annotation reader

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\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\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::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
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\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\Memory::write
  • References/PHP/Phalcon/Annotations/Adapter/Memory

public write (mixed $key, Pha

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