PHP Class Nextras\Orm\Relationships\OneHasMany

Inheritance: extends HasMany
Afficher le fichier Open project: nextras/orm

Méthodes publiques

Méthode Description
doPersist ( )
getEntitiesForPersistence ( )

Méthodes protégées

Méthode Description
createCollection ( )
modify ( )
updateRelationshipAdd ( Nextras\Orm\Entity\IEntity $entity )
updateRelationshipRemove ( Nextras\Orm\Entity\IEntity $entity )

Method Details

createCollection() protected méthode

protected createCollection ( )

doPersist() public méthode

public doPersist ( )

getEntitiesForPersistence() public méthode

modify() protected méthode

protected modify ( )

updateRelationshipAdd() protected méthode

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

updateRelationshipRemove() protected méthode

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