• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/sitebutton/button.php
  • Класс: Bitrix\Crm\SiteButton\Button
  • Вызов: Button::__construct
public function __construct($id = null)
{
	$this->workTime = new WorkTime();

	if ($id)
	{
		$this->load($id);
	}
}