Annotations\Collection

Class Phalcon\Annotations\Collection

implements Iterator, Traversable, Countable

Source on GitHub

Represents a collection of annotations. This class allows to traverse a group of annotations easily

//Traverse annotations
foreach ($classAnnotations as $annotation) {
    ech