• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/revision.php
  • Класс: BitrixImopenlinesRevision
  • Вызов: Revision::get
static function get()
{
	return [
		'rest' => static::getRest(),
		'web' => static::getWeb(),
		'mobile' => static::getMobile(),
	];
}