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