extends abstract class Phalcon\Annotations\Adapter
implements Phalcon\Annotations\AdapterInterface
Source on GitHub
Stores the parsed annotations in memory. This adapter is the suitable development/testing
Methods
public Phalcon\Annotations\Reflection read (string $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\Annot