setTemplate() setTemplate(string $template) : \Pop\View\Template\File Set view template Parameters string $template Throws \Pop\View\Template\Exception Returns \Pop\View\Template\File
render() render(array $data = null) : string Render the view and return the output Parameters array $data Returns string
__construct() __construct(string $template) Constructor Instantiate the view file template object Parameters string $template