CryptoField Constructor
public \Bitrix\Main\Entity\CryptoField::__construct( string $name, array $parameters = array() );
Class object constructor.
Parameters
Parameter | Description | Version |
---|---|---|
$name | Name | |
$parameters | Can include the parameter crypto_key , or key is sourced from the file .settings.php как
'crypto' => array('value' =>
array (
'crypto_key' => 'mysupersecretphrase',
)) |
Exceptions
Example
© «Bitrix24», 2001-2025
Up