PHP 클래스 Nextras\Orm\Collection\EmptyCollection

상속: implements Nextras\Orm\Collection\ICollection
파일 보기 프로젝트 열기: nextras/orm

공개 메소드들

메소드 설명
count ( )
countStored ( )
fetch ( )
fetchAll ( )
fetchPairs ( $key = null, $value = null )
findBy ( array $where )
getBy ( array $where )
getEntityCount ( Nextras\Orm\Entity\IEntity $parent = null )
getEntityIterator ( Nextras\Orm\Entity\IEntity $parent = null )
getIterator ( )
getRelationshipMapper ( )
limitBy ( $limit, $offset = null )
orderBy ( $column, $direction = self::ASC )
resetOrderBy ( )
setRelationshipMapping ( Nextras\Orm\Mapper\IRelationshipMapper $mapper = null, Nextras\Orm\Entity\IEntity $parent = null )
toCollection ( $resetOrderBy = false )

메소드 상세

count() 공개 메소드

public count ( )

countStored() 공개 메소드

public countStored ( )

fetch() 공개 메소드

public fetch ( )

fetchAll() 공개 메소드

public fetchAll ( )

fetchPairs() 공개 메소드

public fetchPairs ( $key = null, $value = null )

findBy() 공개 메소드

public findBy ( array $where )
$where array

getBy() 공개 메소드

public getBy ( array $where )
$where array

getEntityCount() 공개 메소드

public getEntityCount ( Nextras\Orm\Entity\IEntity $parent = null )
$parent Nextras\Orm\Entity\IEntity

getEntityIterator() 공개 메소드

public getEntityIterator ( Nextras\Orm\Entity\IEntity $parent = null )
$parent Nextras\Orm\Entity\IEntity

getIterator() 공개 메소드

public getIterator ( )

getRelationshipMapper() 공개 메소드

limitBy() 공개 메소드

public limitBy ( $limit, $offset = null )

orderBy() 공개 메소드

public orderBy ( $column, $direction = self::ASC )

resetOrderBy() 공개 메소드

public resetOrderBy ( )

setRelationshipMapping() 공개 메소드

public setRelationshipMapping ( Nextras\Orm\Mapper\IRelationshipMapper $mapper = null, Nextras\Orm\Entity\IEntity $parent = null )
$mapper Nextras\Orm\Mapper\IRelationshipMapper
$parent Nextras\Orm\Entity\IEntity

toCollection() 공개 메소드

사용 중단:
public toCollection ( $resetOrderBy = false )