Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
}
Bitrix\Location\Entity\Format\Template
Definition
template.php:12
Bitrix\Location\Entity\Format\Template\getTemplate
getTemplate()
Definition
template.php:41
Bitrix\Location\Entity\Format\Template\getType
getType()
Definition
template.php:33
Bitrix\Location\Entity\Format\Template\__construct
__construct(string $type, string $template)
Definition
template.php:23
Bitrix\Location\Entity\Format
modules
location
lib
entity
format
template.php
Создано системой
1.10.0