content = $content;
}
/**
* @return StructuralElement[]
*/
public function getContent()
{
return $this->content;
}
/**
* @param string
*/
public function setFootnoteId($footnoteId)
{
$this->footnoteId = $footnoteId;
}
/**
* @return string
*/
public function getFootnoteId()
{
return $this->footnoteId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Footnote::class, 'Google_Service_Docs_Footnote');