connectedObjectId = $connectedObjectId; } /** * @return string */ public function getConnectedObjectId() { return $this->connectedObjectId; } /** * The index of the connection site on the connected page element. In most * cases, it corresponds to the predefined connection site index from the * ECMA-376 standard. More information on those connection sites can be found * in both the description of the "cxn" attribute in section 20.1.9.9 and * "Annex H. Example Predefined DrawingML Shape and Text Geometries" of * "Office Open XML File Formats - Fundamentals and Markup Language * Reference", part 1 of [ECMA-376 5th edition](https://ecma- * international.org/publications-and-standards/standards/ecma-376/). The * position of each connection site can also be viewed from Slides editor. * * @param int $connectionSiteIndex */ public function setConnectionSiteIndex($connectionSiteIndex) { $this->connectionSiteIndex = $connectionSiteIndex; } /** * @return int */ public function getConnectionSiteIndex() { return $this->connectionSiteIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LineConnection::class, 'Google_Service_Slides_LineConnection');