Nextras\Orm\Collection\EmptyCollection::getEntityIterator PHP Méthode

getEntityIterator() public méthode

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