多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# Abstract class **Phalcon\Annotations\Adapter**[](# "永久链接至标题") This is the base class for Phalcon\Annotations adapters ### Methods[](# "永久链接至标题") public **setReader** (*unknown* $reader) Sets the annotations parser public **getReader** () Returns the annotation reader public **get** (*string|object* $className) Parses or retrieves all the annotations found in a class public **getMethods** (*unknown* $className) Returns the annotations found in all the class' methods public **getMethod** (*unknown* $className, *unknown* $methodName) Returns the annotations found in a specific method public **getProperties** (*unknown* $className) Returns the annotations found in all the class' methods public **getProperty** (*unknown* $className, *unknown* $propertyName) Returns the annotations found in a specific property | - [索引](# "总目录") - [下一页](# "Class Phalcon\Annotations\Adapter\Apc") | - [上一页](# "Class Phalcon\Acl\Role") | - [API Indice](#) »