homepageId = $homepageId; } /** * @return string */ public function getHomepageId() { return $this->homepageId; } /** * @param string */ public function setStoreLayoutType($storeLayoutType) { $this->storeLayoutType = $storeLayoutType; } /** * @return string */ public function getStoreLayoutType() { return $this->storeLayoutType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StoreLayout::class, 'Google_Service_AndroidEnterprise_StoreLayout');