• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/timeline/signdocument/signer.php
  • Класс: Bitrix\Crm\Timeline\SignDocument\Signer
  • Вызов: Signer::__construct
protected function __construct(string $title, string $hash)
{
	$this->title = $title;
	$this->hash = $hash;
}