1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
tariff.php
См. документацию.
1<?php
2
3namespace Sale\Handlers\Delivery\YandexTaxi\Api\ApiResult;
4
10final class Tariff
11{
13 private $code;
14
16 private $supportedRequirements = [];
17
22 public function __construct(string $code)
23 {
24 $this->code = $code;
25 }
26
31 public function addSupportedRequirement(string $code): Tariff
32 {
33 $this->supportedRequirements[] = $code;
34 return $this;
35 }
36
40 public function getCode(): string
41 {
42 return $this->code;
43 }
44
48 public function getSupportedRequirements(): array
49 {
50 return $this->supportedRequirements;
51 }
52}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195