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