File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/GroupSetting.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * GroupSetting File * PHP version 7 * * @category Library * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version GIT: 1.4.0 * @link https://graph.microsoft.io/ */ namespace Microsoft\Graph\Model; /** * GroupSetting class * * @category Model * @package Microsoft.Graph * @copyright © Microsoft Corporation. All rights reserved. * @license https://opensource.org/licenses/MIT MIT License * @version Release: 1.4.0 * @link https://graph.microsoft.io/ */ class GroupSetting extends Entity { /** * Gets the displayName * Display name of this group of settings, which comes from the associated template. * * @return string The displayName */ public function getDisplayName() { if (array_key_exists("displayName", $this->_propDict)) { return $this->_propDict["displayName"]; } else { return null; } } /** * Sets the displayName * Display name of this group of settings, which comes from the associated template. * * @param string $val The displayName * * @return GroupSetting */ public function setDisplayName($val) { $this->_propDict["displayName"] = $val; return $this; } /** * Gets the templateId * Unique identifier for the template used to create this group of settings. Read-only. * * @return string The templateId */ public function getTemplateId() { if (array_key_exists("templateId", $this->_propDict)) { return $this->_propDict["templateId"]; } else { return null; } } /** * Sets the templateId * Unique identifier for the template used to create this group of settings. Read-only. * * @param string $val The templateId * * @return GroupSetting */ public function setTemplateId($val) { $this->_propDict["templateId"] = $val; return $this; } /** * Gets the values * Collection of name value pairs. Must contain and set all the settings defined in the template. * * @return array The values */ public function getValues() { if (array_key_exists("values", $this->_propDict)) { return $this->_propDict["values"]; } else { return null; } } /** * Sets the values * Collection of name value pairs. Must contain and set all the settings defined in the template. * * @param SettingValue $val The values * * @return GroupSetting */ public function setValues($val) { $this->_propDict["values"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings