Documentation

Template
in package

Table of Contents

Properties

$beautifier  : mixed
$filetype  : mixed
$smarty  : mixed

Methods

__construct()  : mixed
assign()  : mixed
getConcatContent()  : mixed
getContent()  : string
Run template generator.

Properties

Methods

__construct()

public __construct(mixed $srcPath, mixed $fileType) : mixed
Parameters
$srcPath : mixed
$fileType : mixed

assign()

public assign(mixed $tpl_var[, mixed $value = NULL ]) : mixed
Parameters
$tpl_var : mixed
$value : mixed = NULL

getConcatContent()

public getConcatContent(array<string|int, mixed> $inputs) : mixed
Parameters
$inputs : array<string|int, mixed>

Template filenames.

getContent()

Run template generator.

public getContent(string $infile) : string
Parameters
$infile : string

Filename of the template, without a path.

Return values
string

        
On this page

Search results