1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
shippingitemsize.php
См. документацию.
1<?php
2
3namespace Sale\Handlers\Delivery\YandexTaxi\Api\RequestEntity;
4
10final class ShippingItemSize extends RequestEntity
11{
13 protected $length;
14
16 protected $width;
17
19 protected $height;
20
24 public function getLength()
25 {
26 return $this->length;
27 }
28
33 public function setLength(float $length): ShippingItemSize
34 {
35 $this->length = $length;
36
37 return $this;
38 }
39
43 public function getWidth()
44 {
45 return $this->width;
46 }
47
52 public function setWidth(float $width): ShippingItemSize
53 {
54 $this->width = $width;
55
56 return $this;
57 }
58
62 public function getHeight()
63 {
64 return $this->height;
65 }
66
71 public function setHeight(float $height): ShippingItemSize
72 {
73 $this->height = $height;
74
75 return $this;
76 }
77}
hidden PROPERTY[<?=$propertyIndex?>][CODE]<?=htmlspecialcharsEx( $propertyCode)?> height
Определения file_new.php:759
bx popup label bx width30 PAGE_NEW_MENU_NAME text width
Определения file_new.php:677
$width
Определения html.php:68