PHP Class Nextras\Orm\Relationships\OneHasMany

Inheritance: extends HasMany
ファイルを表示 Open project: nextras/orm

Public Methods

Method Description
doPersist ( )
getEntitiesForPersistence ( )

Protected Methods

Method Description
createCollection ( )
modify ( )
updateRelationshipAdd ( Nextras\Orm\Entity\IEntity $entity )
updateRelationshipRemove ( Nextras\Orm\Entity\IEntity $entity )

Method Details

createCollection() protected method

protected createCollection ( )

doPersist() public method

public doPersist ( )

getEntitiesForPersistence() public method

modify() protected method

protected modify ( )

updateRelationshipAdd() protected method

protected updateRelationshipAdd ( Nextras\Orm\Entity\IEntity $entity )
$entity Nextras\Orm\Entity\IEntity

updateRelationshipRemove() protected method

protected updateRelationshipRemove ( Nextras\Orm\Entity\IEntity $entity )
$entity Nextras\Orm\Entity\IEntity