• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/deliveryservice.php
  • Класс: BitrixSaleDeliveryService
  • Вызов: DeliveryService::getAttribute
public function getAttribute($name)
{
	if (isset($this->attributes[$name]) || array_key_exists($name, $this->attributes))
	{
		return $this->attributes[$name];
	}
	return null;
}