• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/automatic.php
  • Класс: BitrixSaleDeliveryServicesAutomatic
  • Вызов: Automatic::getAdminMessage
public function getAdminMessage()
{
	$result = array();

	if(isset($this->handlerInitParams["GET_ADMIN_MESSAGE"]) && is_callable($this->handlerInitParams["GET_ADMIN_MESSAGE"]))
		$result = call_user_func($this->handlerInitParams["GET_ADMIN_MESSAGE"]);

	return $result;
}