• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/preset/installation/factory.php
  • Класс: BitrixSenderPresetInstallationFactory
  • Вызов: Factory::getInstallable
static function getInstallable()
{
	$list = static::getObjectInstances(__NAMESPACE__ . 'iInstallable');
	static::reset();

	return $list;
}