public next () Moves the internal iteration pointer to the next position
public Phalcon\Annotations\Annotation current
public getAnnotations () Returns the internal annotations as an array
public key () Returns the current position/key in the iterator
public valid () Check if the current annotation in the iterator is valid
public rewind () Rewinds the internal iterator
public getAll (mixed $name) Returns all the annotations that match a name
implements Iterator,
public has (mixed $name) Check if an annotation exists in a collection
public get (mixed $name) Returns the first annotation that match a name
Page 1 of 2