ManaPHP\RendererInterface::getSection PHP Method

getSection() public method

Get the string contents of a section.
public getSection ( string $section, string $default = '' ) : string
$section string
$default string
return string
    public function getSection($section, $default = '');