AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
# 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](#) »