Nextras\Orm\Collection\EmptyCollection::getEntityIterator PHP Method

getEntityIterator() public method

public getEntityIterator ( Nextras\Orm\Entity\IEntity $parent = null )
$parent Nextras\Orm\Entity\IEntity
    public function getEntityIterator(IEntity $parent = null)
    {
        return new \EmptyIterator();
    }