Storm\Core\Object\Domain::PersistRelationships PHP Метод

PersistRelationships() закрытый публичный Метод

Persists an entity relationships to the supplied unit of work.
final public PersistRelationships ( UnitOfWork $UnitOfWork, object $Entity ) : void
$UnitOfWork UnitOfWork The unit of work to persist to
$Entity object The entity to persist
Результат void The persistence data of the entity
    public final function PersistRelationships(UnitOfWork $UnitOfWork, $Entity)
    {
        $this->VerifyEntity(__METHOD__, $Entity)->PersistRelationships($UnitOfWork, $Entity);
    }