• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/service/agent/initialsettingsagent.php
  • Класс: BitrixTimemanServiceAgentInitialSettingsAgent
  • Вызов: InitialSettingsAgent::installDefaultSchedule
static function installDefaultSchedule()
{
	// this method was renamed into installDefaultData
	// but someone still may have an agent in database with the old name
	// delete this installDefaultSchedule method after, lets say, Dec 2019
	static::installDefaultData();
}