render() render(string $template, array $vars = array(), boolean $directOutput = false) : string Checks whether view exists on registered extensions and render it Parameters string $template array $vars boolean $directOutput Returns string
renderFile() renderFile(string $file, array $vars = array()) : string Parameters string $file array $vars Returns string
getSection() getSection(string $section, string $default = '') : string Get the string contents of a section. Parameters string $section string $default Returns string
startSection() startSection(string $section, string $default = null) : void Start injecting content into a section. Parameters string $section string $default
stopSection() stopSection(boolean $overwrite = false) : void Stop injecting content into a section. Parameters boolean $overwrite