Table Of ContentsPrevious topicNext topic |
Abstract class Phalcon\Annotations\Adapter¶implements Phalcon\Annotations\AdapterInterface This is the base class for Phalcon\Annotations adapters Methods¶public setReader (Phalcon\Annotations\ReaderInterface $reader) Sets the annotations parser public Phalcon\Annotations\ReaderInterface getReader () Returns the annotation reader public Phalcon\Annotations\Reflection get (string|object $className) Parses or retrieves all the annotations found in a class public array getMethods (string $className) Returns the annotations found in all the class’ methods public Phalcon\Annotations\Collection getMethod (string $className, string $methodName) Returns the annotations found in a specific method public array getProperties (string $className) Returns the annotations found in all the class’ methods public Phalcon\Annotations\Collection getProperty (string $className, string $propertyName) Returns the annotations found in a specific property abstract public Phalcon\Annotations\Reflection read (string $key) inherited from Phalcon\Annotations\AdapterInterface Read parsed annotations abstract public write (string $key, Phalcon\Annotations\Reflection $data) inherited from Phalcon\Annotations\AdapterInterface Write parsed annotations |