Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
PrivateBin
View
PHP Класс PrivateBin\View
Displays the templates
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
assign
(
string
$name
,
mixed
$value
) :
void
assign variables to be used inside of the template
draw
(
string
$template
) :
void
render a template
Описание методов
assign()
публичный
Метод
assign variables to be used inside of the template
public
assign
(
string
$name
,
mixed
$value
) :
void
$name
string
$value
mixed
Результат
void
draw()
публичный
Метод
render a template
public
draw
(
string
$template
) :
void
$template
string
Результат
void