Class **Phalcon\\Annotations\\Adapter\\Files** ============================================== *extends* abstract class :doc:`Phalcon\\Annotations\\Adapter ` *implements* :doc:`Phalcon\\Annotations\\AdapterInterface ` .. role:: raw-html(raw) :format: html :raw-html:`Source on GitHub` Stores the parsed annotations in diles. This adapter is suitable for production .. code-block:: php 'app/cache/annotations/' )); Methods ------- public **__construct** ([*array* $options]) Phalcon\\Annotations\\Adapter\\Files constructor public :doc:`Phalcon\\Annotations\\Reflection ` **read** (*string* $key) Reads parsed annotations from files public **write** (*unknown* $key, :doc:`Phalcon\\Annotations\\Reflection ` $data) Writes parsed annotations to files public **setReader** (:doc:`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** (*unknown* $className) inherited from Phalcon\\Annotations\\Adapter Returns the annotations found in all the class' methods public **getMethod** (*unknown* $className, *unknown* $methodName) inherited from Phalcon\\Annotations\\Adapter Returns the annotations found in a specific method public **getProperties** (*unknown* $className) inherited from Phalcon\\Annotations\\Adapter Returns the annotations found in all the class' methods public **getProperty** (*unknown* $className, *unknown* $propertyName) inherited from Phalcon\\Annotations\\Adapter Returns the annotations found in a specific property