. */ namespace Xibo\Helper; class NullView { public function fetch(string $template, array $data = []) { // } public function render($response, string $template, array $data = []) { // } }