• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/loader.php
  • Класс: BitrixPullLoader
  • Вызов: Loader::register
static function register()
{
	if (!static::isAlreadyRegistered())
	{
		spl_autoload_register(array(__CLASS__, "autoLoad"), true);
	}
}