callable = $callable; } public function create(Node $node): NodeRenderer { return ($this->callable)($node); } }