Bitrix API

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

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
Agreement

getErrors()

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.

Return values
string

        
On this page

Search results