1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
template.php
См. документацию.
1
<?php
2
3
namespace
Bitrix\Location\Entity\Format;
4
11
class
Template
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
$type
Определения
options.php:106
Bitrix\Location\Entity\Format\Template
Определения
template.php:12
Bitrix\Location\Entity\Format\Template\getTemplate
getTemplate()
Определения
template.php:41
Bitrix\Location\Entity\Format\Template\getType
getType()
Определения
template.php:33
Bitrix\Location\Entity\Format\Template\__construct
__construct(string $type, string $template)
Определения
template.php:23
$template
$template
Определения
file_edit.php:49
bitrix
modules
location
lib
entity
format
template.php
Создано системой
1.14.0