extends abstract class Phalcon\Annotations\Adapter
implements Phalcon\Annotations\AdapterInterface
Stores the parsed annotations in files. This adapter is suitable for production
$annotations = new \Phalcon\Annotations\Adapter\Files(array( '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–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Annotations_Adapter_Files.html