public getAll (mixed $name) Returns all the annotations that match a name
public count () Returns the number of annotations in the collection
public has (mixed $name) Check if an annotation exists in a collection
public getAnnotations () Returns the internal annotations as an array
public Phalcon\Annotations\Annotation current () Returns the current annotation in the iterator
public get (mixed $name) Returns the first annotation that match a name
public numberArguments () Returns the number of arguments that the annotation has
public mixed getExpression (array $expr) Resolves an annotation expression
public mixed getNamedArgument (mixed $name) Returns a named argument
public array getArguments () Returns the expression arguments
Page 372 of 382