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

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

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