Source on GitHub Methods abstract public parse (mixed $className) ... abstract public static parseDocBlock (mixed $docBlock, [mixed $file], [mixed $line]) ...
public getProperty (mixed $className, mixed $propertyName) Returns the annotations found in a specific property
public get (string | object $className) Parses or retrieves all the annotations found in a class
extends abstract class Phalcon\Annotations\Adapter
public getClassAnnotations () Returns the annotations found in the class docblock
abstract public static parseDocBlock (mixed $docBlock, [mixed $file], [mixed $line]) ...
public mixed getExpression (array $expr) Resolves an annotation expression
Source
public getMethodsAnnotations () Returns the annotations found in the methods’ docblocks
public getMethod (mixed $className, mixed $methodName) Returns the annotations found in a specific method
Page 6 of 7