Nextras\Orm\Collection\EmptyCollection::getEntityIterator PHP Метод

getEntityIterator() публичный Метод

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