content = $content; $this->placeholderNodes = $placeholderNodes; } public function getContent() : string { return $this->content; } /** * @return Expr[] */ public function getPlaceholderNodes() : array { return $this->placeholderNodes; } }