|
Class Phalcon\Annotations\Adapter\Memory¶extends abstract class Phalcon\Annotations\Adapter implements Phalcon\Annotations\AdapterInterface Stores the parsed annotations in memory. This adapter is the suitable development/testing Methods¶public read (mixed $key) Reads parsed annotations from memory public write (mixed $key, Phalcon\Annotations\Reflection $data) Writes parsed annotations to memory public setReader (Phalcon\Annotations\ReaderInterface $reader) inherited from Phalcon\Annotations\Adapter Sets the annotations parser public getReader () inherited from Phalcon\Annotations\Adapter Returns the annotation reader public get (string | object $className) inherited from Phalcon\Annotations\Adapter Parses or retrieves all the annotations found in a class public getMethods (mixed $className) inherited from Phalcon\Annotations\Adapter Returns the annotations found in all the class’ methods public getMethod (mixed $className, mixed $methodName) inherited from Phalcon\Annotations\Adapter Returns the annotations found in a specific method public getProperties (mixed $className) inherited from Phalcon\Annotations\Adapter Returns the annotations found in all the class’ methods public getProperty (mixed $className, mixed $propertyName) inherited from Phalcon\Annotations\Adapter Returns the annotations found in a specific property |