closure = $closure; $this->doc = $doc; } public function getClosure(): Closure { return $this->closure; } public function getDoc(): ?string { return $this->doc; } abstract public function call(array $args); }