PHP 인터페이스 Nextras\Orm\Mapper\IRelationshipMapper

파일 보기 프로젝트 열기: nextras/orm 0 사용 예제들

공개 메소드들

메소드 설명
getIterator ( Nextras\Orm\Entity\IEntity $parent, Nextras\Orm\Collection\ICollection $collection ) : Traversable Returns iterator.
getIteratorCount ( Nextras\Orm\Entity\IEntity $parent, Nextras\Orm\Collection\ICollection $collection ) : integer Returns iterator's counts.

메소드 상세

getIterator() 공개 메소드

Returns iterator.
public getIterator ( Nextras\Orm\Entity\IEntity $parent, Nextras\Orm\Collection\ICollection $collection ) : Traversable
$parent Nextras\Orm\Entity\IEntity
$collection Nextras\Orm\Collection\ICollection
리턴 Traversable

getIteratorCount() 공개 메소드

Returns iterator's counts.
public getIteratorCount ( Nextras\Orm\Entity\IEntity $parent, Nextras\Orm\Collection\ICollection $collection ) : integer
$parent Nextras\Orm\Entity\IEntity
$collection Nextras\Orm\Collection\ICollection
리턴 integer