Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Fakerino
Core
Template
TemplateInterface
PHP Interface Fakerino\Core\Template\TemplateInterface
Afficher le fichier
Open project: fakerino/fakerino
Interface Usage Examples
Méthodes publiques
Méthode
Description
getVariables
( ) :
array
loadTemplate
(
string
$template
) :
boolean
render
(
array
$data
) :
string
Method Details
getVariables()
public
méthode
public
getVariables
( ) :
array
Résultat
array
loadTemplate()
public
méthode
public
loadTemplate
(
string
$template
) :
boolean
$template
string
Résultat
boolean
render()
public
méthode
public
render
(
array
$data
) :
string
$data
array
Résultat
string