renderSection() public method
Renders a section of the specified name. If the named section is not supported, false will be returned.
public string|boolean renderSection ( $name )$name string
The section name, e.g., {summary}, {items}. return
string|boolean
The rendering result of the section, or false if the named section is not supported.