/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidEnterprise/StoreLayout.php (1439B)
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');