Annotations\ReaderInterface

Source on GitHub Methods abstract public parse (mixed $className) ... abstract public static parseDocBlock (mixed $docBlock, [mixed $file], [mixed $line]) ...

Annotations\Reader::parseDocBlock

public static parseDocBlock (mixed $docBlock, [mixed $file], [mixed $line]) Parses a raw doc block returning the annotations found

Annotations\Reader::parse

public parse (mixed $className) Reads annotations from the class dockblocks, its methods and/or properties

Annotations\Reader

implements Phalcon\Annotations\ReaderInterface Source on GitHub Parses docblocks returning an array with the found annotations Methods public parse (mixed $className) Reads annotations from the class dockblocks, its methods and/or properties public static parseDocBlock (mixed $docBlock, [mixed $file], [mixed $line]) Parses a raw doc block returning the annotations found

Annotations\Exception

extends class Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code final publi

Annotations\Collection::valid

public valid () Check if the current annotation in the iterator is valid

Annotations\Collection::rewind

public rewind () Rewinds the internal iterator

Annotations\Collection::next

public next () Moves the internal iteration pointer to the next position

Annotations\Collection::key

public key () Returns the current position/key in the iterator

Annotations\Collection::has

public has (mixed $name) Check if an annotation exists in a collection