• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/phone.php
  • Класс: BitrixSaleDeliveryServicesPhone
  • Вызов: Phone::__construct
public function __construct(string $type, string $value)
{
	$this->type = $type;
	$this->value = $value;
}