Action::__construct

  1. Bitrix24 API (v. 23.675.0)
  2. voximplant
  3. Action
  4. __construct
  • Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/ivr/action.php
  • Класс: Bitrix\Voximplant\Ivr\Action
  • Вызов: Action::__construct
public function __construct($id = 0)
{
	if ($id > 0)
	{
		$row = IvrActionTable::getById($id)->fetch();
		if ($row)
		{
			$this->setFromArray($row);
		}
	}
}

Добавить комментарий