File manager - Edit - /home/web/vm-3fadc827.na4u.ru/www/bitrix/modules/sale/lib/delivery/services/phone.php
Back
<?php namespace Bitrix\Sale\Delivery\Services; /** * Class Phone * @package Bitrix\Sale\Delivery\Services * @internal */ final class Phone { /** @var string */ private $type; /** @var string */ private $value; /** * Phone constructor. * @param string $type * @param string $value */ public function __construct(string $type, string $value) { $this->type = $type; $this->value = $value; } /** * @return string */ public function getType(): string { return $this->type; } /** * @return string */ public function getValue(): string { return $this->value; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings