Property | Type | Description | |
---|---|---|---|
$collectionFilter | array | ||
$collectionLimit | array | null | ||
$collectionSorter | array | ||
$data | array | ||
$fetchIterator | Iterator | ||
$helper | |||
$relationshipMapper | Nextras\Orm\Mapper\IRelationshipMapper | ||
$relationshipParent | Nextras\Orm\Entity\IEntity | ||
$repository | Nextras\Orm\Repository\IRepository |
Method | Description | |
---|---|---|
__call ( $name, $args ) | ||
__clone ( ) | ||
__construct ( array $data, Nextras\Orm\Repository\IRepository $repository ) | ||
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 ) |
Method | Description | |
---|---|---|
getHelper ( ) | ||
processData ( ) |
public __construct ( array $data, Nextras\Orm\Repository\IRepository $repository ) | ||
$data | array | |
$repository | Nextras\Orm\Repository\IRepository |
public getEntityCount ( Nextras\Orm\Entity\IEntity $parent = null ) | ||
$parent | Nextras\Orm\Entity\IEntity |
public getEntityIterator ( Nextras\Orm\Entity\IEntity $parent = null ) | ||
$parent | Nextras\Orm\Entity\IEntity |
public setRelationshipMapping ( Nextras\Orm\Mapper\IRelationshipMapper $mapper = null, Nextras\Orm\Entity\IEntity $parent = null ) | ||
$mapper | Nextras\Orm\Mapper\IRelationshipMapper | |
$parent | Nextras\Orm\Entity\IEntity |
protected ArrayCollectionHelper,Nextras\Orm\Collection\Helpers $helper | ||
return |
protected IRelationshipMapper,Nextras\Orm\Mapper $relationshipMapper | ||
return | Nextras\Orm\Mapper\IRelationshipMapper |
protected IEntity,Nextras\Orm\Entity $relationshipParent | ||
return | Nextras\Orm\Entity\IEntity |