layoutPlaceholder = $layoutPlaceholder; } /** * @return Google_Service_Slides_Placeholder */ public function getLayoutPlaceholder() { return $this->layoutPlaceholder; } public function setLayoutPlaceholderObjectId($layoutPlaceholderObjectId) { $this->layoutPlaceholderObjectId = $layoutPlaceholderObjectId; } public function getLayoutPlaceholderObjectId() { return $this->layoutPlaceholderObjectId; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } }