Class Phalcon\Annotations\Reader

implements Phalcon\Annotations\ReaderInterface

Parses docblocks returning an array with the found annotations

Methods

public parse (unknown $className)

Reads annotations from the class dockblocks, its methods and/or properties

public static parseDocBlock (unknown $docBlock, [unknown $file], [unknown $line])

Parses a raw doc block returning the annotations found