pageObjectId = $pageObjectId; } /** * @return string */ public function getPageObjectId() { return $this->pageObjectId; } /** * @param Size */ public function setSize(Size $size) { $this->size = $size; } /** * @return Size */ public function getSize() { return $this->size; } /** * @param AffineTransform */ public function setTransform(AffineTransform $transform) { $this->transform = $transform; } /** * @return AffineTransform */ public function getTransform() { return $this->transform; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PageElementProperties::class, 'Google_Service_Slides_PageElementProperties');