File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/IosMobileAppConfiguration.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * IosMobileAppConfiguration 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; /** * IosMobileAppConfiguration 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 IosMobileAppConfiguration extends ManagedDeviceMobileAppConfiguration { /** * Gets the encodedSettingXml * mdm app configuration Base64 binary. * * @return \AmeliaGuzzleHttp\Psr7\Stream The encodedSettingXml */ public function getEncodedSettingXml() { if (array_key_exists("encodedSettingXml", $this->_propDict)) { if (is_a($this->_propDict["encodedSettingXml"], "\AmeliaGuzzleHttp\Psr7\Stream")) { return $this->_propDict["encodedSettingXml"]; } else { $this->_propDict["encodedSettingXml"] = \AmeliaGuzzleHttp\Psr7\stream_for($this->_propDict["encodedSettingXml"]); return $this->_propDict["encodedSettingXml"]; } } return null; } /** * Sets the encodedSettingXml * mdm app configuration Base64 binary. * * @param \AmeliaGuzzleHttp\Psr7\Stream $val The encodedSettingXml * * @return IosMobileAppConfiguration */ public function setEncodedSettingXml($val) { $this->_propDict["encodedSettingXml"] = $val; return $this; } /** * Gets the settings * app configuration setting items. * * @return array The settings */ public function getSettings() { if (array_key_exists("settings", $this->_propDict)) { return $this->_propDict["settings"]; } else { return null; } } /** * Sets the settings * app configuration setting items. * * @param AppConfigurationSettingItem $val The settings * * @return IosMobileAppConfiguration */ public function setSettings($val) { $this->_propDict["settings"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings