content = $content; } /** * @return StructuralElement[] */ public function getContent() { return $this->content; } /** * The ID of the header. * * @param string $headerId */ public function setHeaderId($headerId) { $this->headerId = $headerId; } /** * @return string */ public function getHeaderId() { return $this->headerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Header::class, 'Google_Service_Docs_Header');