File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/MediaInfo.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * MediaInfo 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; /** * MediaInfo 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 MediaInfo extends Entity { /** * Gets the uri * * @return string The uri */ public function getUri() { if (array_key_exists("uri", $this->_propDict)) { return $this->_propDict["uri"]; } else { return null; } } /** * Sets the uri * * @param string $val The value of the uri * * @return MediaInfo */ public function setUri($val) { $this->_propDict["uri"] = $val; return $this; } /** * Gets the resourceId * * @return string The resourceId */ public function getResourceId() { if (array_key_exists("resourceId", $this->_propDict)) { return $this->_propDict["resourceId"]; } else { return null; } } /** * Sets the resourceId * * @param string $val The value of the resourceId * * @return MediaInfo */ public function setResourceId($val) { $this->_propDict["resourceId"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings