PHP Interface ManaPHP\RendererInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
appendSection ( ) : void
exists ( string $template ) : boolean
getSection ( string $section, string $default = '' ) : string Get the string contents of a section.
partial ( string $path, array $vars = [] ) : void
render ( string $template, array $vars = [], boolean $directOutput = false ) : string Checks whether view exists on registered extensions and render it
startSection ( string $section ) : void Start injecting content into a section.
stopSection ( boolean $overwrite = false ) : void Stop injecting content into a section.

Method Details

appendSection() public méthode

public appendSection ( ) : void
Résultat void

exists() public méthode

public exists ( string $template ) : boolean
$template string
Résultat boolean

getSection() public méthode

Get the string contents of a section.
public getSection ( string $section, string $default = '' ) : string
$section string
$default string
Résultat string

partial() public méthode

public partial ( string $path, array $vars = [] ) : void
$path string
$vars array
Résultat void

render() public méthode

Checks whether view exists on registered extensions and render it
public render ( string $template, array $vars = [], boolean $directOutput = false ) : string
$template string
$vars array
$directOutput boolean
Résultat string

startSection() public méthode

Start injecting content into a section.
public startSection ( string $section ) : void
$section string
Résultat void

stopSection() public méthode

Stop injecting content into a section.
public stopSection ( boolean $overwrite = false ) : void
$overwrite boolean
Résultat void