ManaPHP\Mvc\ViewInterface::render PHP Method

render() public method

Executes render process from dispatching data
public render ( string $controller, string $action )
$controller string
$action string
    public function render($controller, $action);