Hal\Component\BusinessRule\Collection::getIterator PHP Method

getIterator() public method

Get datas (implementation of IteratorAggregate)
    public function getIterator()
    {
        $this->applyFilter();
        return new \ArrayIterator($this->datas);
    }