AgreementRepositoryInterface
in
Interface AgreementRepositoryInterface
Tags
Table of Contents
- delete() : $this|AgreementWriteServiceInterface
- Deletes the provided agreement.
- store() : $this|AgreementWriteServiceInterface
- Stores the provided agreement.
Methods
delete()
Deletes the provided agreement.
public
delete(AgreementInterface $agreement) : $this|AgreementWriteServiceInterface
Parameters
- $agreement : AgreementInterface
Return values
$this|AgreementWriteServiceInterface —Same instance for chained method calls.
store()
Stores the provided agreement.
public
store(AgreementInterface $agreement) : $this|AgreementWriteServiceInterface
Parameters
- $agreement : AgreementInterface
Return values
$this|AgreementWriteServiceInterface —Same instance for chained method calls.