Flake\Core\View::render PHP Method

render() public method

public render ( )
    function render()
    {
        $sTemplatePath = $this->templatesPath();
        $oTemplate = new \Flake\Core\Template($this->templatesPath());
        return $oTemplate->parse($this->getData());
    }