AgreementWriterInterface
in
Interface AgreementWriterInterface
Tags
Table of Contents
- store() : $this|AgreementWriterInterface
- Saves an agreement entity.
- update() : $this|AgreementWriterInterface
- Updates an agreement entity.
Methods
store()
Saves an agreement entity.
public
store(AgreementInterface $agreement) : $this|AgreementWriterInterface
Parameters
- $agreement : AgreementInterface
-
Agreement entity to be saved.
Return values
$this|AgreementWriterInterface —Same instance for chained method calls.
update()
Updates an agreement entity.
public
update(AgreementInterface $agreement) : $this|AgreementWriterInterface
Parameters
- $agreement : AgreementInterface
-
Agreement to be updated.
Return values
$this|AgreementWriterInterface —Same instance for chained method calls.