extends abstract class Phalcon\Annotations\Adapter
implements Phalcon\Annotations\AdapterInterface
Stores the parsed annotations in APC. This adapter is suitable for production
use Phalcon\Annotations\Adapter\Apc; $annotations = new Apc();
Phalcon\Annotations\Adapter\Apc constructor
Reads parsed annotations from APC
Writes parsed annotations to APC
Sets the annotations parser
Returns the annotation reader
Parses or retrieves all the annotations found in a class
Returns the annotations found in all the class’ methods
Returns the annotations found in a specific method
Returns the annotations found in all the class’ methods
Returns the annotations found in a specific property
© 2011–2017 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/latest/api/Phalcon_Annotations_Adapter_Apc.html