Nextras\Orm\Mapper\Memory\RelationshipMapperManyHasOne::getIteratorCount PHP Метод

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

public getIteratorCount ( Nextras\Orm\Entity\IEntity $parent, Nextras\Orm\Collection\ICollection $collection )
$parent Nextras\Orm\Entity\IEntity
$collection Nextras\Orm\Collection\ICollection
    public function getIteratorCount(IEntity $parent, ICollection $collection)
    {
        throw new NotSupportedException();
    }