Neos\Eel\FlowQuery\FlowQuery::getIterator PHP Method

getIterator() public method

Should NEVER be called inside an operation!
    public function getIterator()
    {
        if (count($this->operations) > 0) {
            $this->evaluateOperations();
        }
        return new \ArrayIterator($this->context);
    }