1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
warning.php
См. документацию.
1<?php
2
3namespace Sale\Handlers\Delivery\YandexTaxi\Api\RequestEntity;
4
10final class Warning extends RequestEntity
11{
13 protected $source;
14
16 protected $code;
17
19 protected $message;
20
24 public function getSource()
25 {
26 return $this->source;
27 }
28
33 public function setSource(string $source): Warning
34 {
35 $this->source = $source;
36
37 return $this;
38 }
39
43 public function getCode()
44 {
45 return $this->code;
46 }
47
52 public function setCode(string $code): Warning
53 {
54 $this->code = $code;
55
56 return $this;
57 }
58
62 public function getMessage()
63 {
64 return $this->message;
65 }
66
71 public function setMessage(string $message): Warning
72 {
73 $this->message = $message;
74
75 return $this;
76 }
77}
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195
trait Warning
Определения warning.php:11
$message
Определения payment.php:8