Storm\Core\Object\IEntityMap::Persist PHP 메소드

Persist() 공개 메소드

Persists an entity's relationships to the supplied unit of work and returns the persistence data.
public Persist ( UnitOfWork $UnitOfWork, object $Entity ) : PersistenceData
$UnitOfWork UnitOfWork The unit of work to persist to
$Entity object The entity to persist
리턴 PersistenceData The persistence data of the entity
    public function Persist(UnitOfWork $UnitOfWork, $Entity);