extends abstract class Phalcon\Annotations\Adapter
implements Phalcon\Annotations\AdapterInterface
Stores the parsed annotations in files. This adapter is suitable for production
use Phalcon\Annotations\Adapter\Files; $annotations = new Files( [ "annotationsDir" => "app/cache/annotations/", ] );
Phalcon\Annotations\Adapter\Files constructor
Reads parsed annotations from files
Writes parsed annotations to files
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_Files.html