placeholder = $placeholder; } /** * @return string */ public function getPlaceholder() { return $this->placeholder; } /** * @param string */ public function setUserValue($userValue) { $this->userValue = $userValue; } /** * @return string */ public function getUserValue() { return $this->userValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VariableSet::class, 'Google_Service_AndroidEnterprise_VariableSet');