content = $content; } /** * @return StructuralElement[] */ public function getContent() { return $this->content; } /** * @param string */ public function setFooterId($footerId) { $this->footerId = $footerId; } /** * @return string */ public function getFooterId() { return $this->footerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Footer::class, 'Google_Service_Docs_Footer');