Storm\Core\Relational\IToOneRelation::Persist PHP Метод

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

Sync the supplied relationship change by persisting to/discarding from the transaction
public Persist ( Transaction $Transaction, ResultRow $ParentData, RelationshipChange $RelationshipChange ) : void
$Transaction Transaction The transaction to persist to
$ParentData ResultRow The parent result row
$RelationshipChange RelationshipChange
Результат void
    public function Persist(Transaction $Transaction, ResultRow $ParentData, RelationshipChange $RelationshipChange);