Storm\Core\Object\IEntityProperty::Persist PHP Метод

Persist() публичный Метод

This method should be implemented such that it returns the nessecary relationship change and syncs the related entity.
public Persist ( UnitOfWork $UnitOfWork, $ParentEntity ) : RelationshipChange
$UnitOfWork UnitOfWork The unit of work to persist to
Результат RelationshipChange
    public function Persist(UnitOfWork $UnitOfWork, $ParentEntity);