PHP Интерфейс ManaPHP\RendererInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

appendSection() публичный Метод

public appendSection ( ) : void
Результат void

exists() публичный Метод

public exists ( string $template ) : boolean
$template string
Результат boolean

getSection() публичный Метод

Get the string contents of a section.
public getSection ( string $section, string $default = '' ) : string
$section string
$default string
Результат string

partial() публичный Метод

public partial ( string $path, array $vars = [] ) : void
$path string
$vars array
Результат void

render() публичный Метод

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
Результат string

startSection() публичный Метод

Start injecting content into a section.
public startSection ( string $section ) : void
$section string
Результат void

stopSection() публичный Метод

Stop injecting content into a section.
public stopSection ( boolean $overwrite = false ) : void
$overwrite boolean
Результат void