callback = $callback; $this->cacheable = $cacheable; } public function handle($params, $content, Template $template, &$repeat) { return \call_user_func_array($this->callback, [$params, $content, &$template, &$repeat]); } }