Documentation

Table Of Contents

Previous topic

< Class Phalcon\Acl\Role

Next topic

Class Phalcon\Annotations\Adapter\Apc >

This Page

Class Phalcon\Annotations\Adapter

This is the base class for Phalcon\Annotations adapters

Methods

public setReader (Phalcon\Annotations\ReaderInterface $reader)

Sets the annotations parser

public Phalcon\Annotations\ReaderInterface getReader ()

Returns the annotation reader

public Phalcon\Annotations\Reflection get (string|object $className)

Parses or retrieves all the annotations found in a class

public array getMethods (string $className)

Returns the annotations found in all the class’ methods

public Phalcon\Annotations\Collection getMethod (string $className, string $methodName)

Returns the annotations found in a specific method

public array getProperties (string $className)

Returns the annotations found in all the class’ methods

public Phalcon\Annotations\Collection getProperty (string $className, string $propertyName)

Returns the annotations found in a specific property