element; } /** * @return Element[] */ public function getChildElements(): array { return $this->childElements; } /** * @return Element[] */ public function getSiblingElements(): array { return $this->siblingElements; } }