AgreementLink
Class AgreementLink
Table of Contents
Constants
- SIGN_SALT = 'user_consent'
Methods
- getAgreementFromUriParameters() : Agreement
- Replace template by data.
- getErrors() : array<string|int, mixed>
- Get errors.
- getUri() : string
- Return Uri parameters.
Constants
SIGN_SALT
public
mixed
SIGN_SALT
= 'user_consent'
Methods
getAgreementFromUriParameters()
Replace template by data.
public
static getAgreementFromUriParameters([array<string|int, mixed> $parameters = [] ]) : Agreement
Parameters
- $parameters : array<string|int, mixed> = []
-
Uri parameters.
Return values
AgreementgetErrors()
Get errors.
public
static getErrors() : array<string|int, mixed>
Return values
array<string|int, mixed>getUri()
Return Uri parameters.
public
static getUri(int $agreementId[, array<string|int, mixed> $replace = [] ][, string $baseUri = '' ]) : string
Parameters
- $agreementId : int
-
Agreement ID.
- $replace : array<string|int, mixed> = []
-
Replace data.
- $baseUri : string = ''
-
Base Uri.