1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
template.php
См. документацию.
1<?php
2
3namespace Bitrix\Location\Entity\Format;
4
12{
14 private $type;
16 private $template;
17
23 public function __construct(string $type, string $template)
24 {
25 $this->type = $type;
26 $this->template = $template;
27 }
28
33 public function getType(): string
34 {
35 return $this->type;
36 }
37
41 public function getTemplate(): string
42 {
43 return $this->template;
44 }
45}
$type
Определения options.php:106
__construct(string $type, string $template)
Определения template.php:23
$template
Определения file_edit.php:49