企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 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](#) »