File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/WorkbookTableSort.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * WorkbookTableSort 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; /** * WorkbookTableSort 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 WorkbookTableSort extends Entity { /** * Gets the fields * Represents the current conditions used to last sort the table. Read-only. * * @return array The fields */ public function getFields() { if (array_key_exists("fields", $this->_propDict)) { return $this->_propDict["fields"]; } else { return null; } } /** * Sets the fields * Represents the current conditions used to last sort the table. Read-only. * * @param WorkbookSortField $val The fields * * @return WorkbookTableSort */ public function setFields($val) { $this->_propDict["fields"] = $val; return $this; } /** * Gets the matchCase * Represents whether the casing impacted the last sort of the table. Read-only. * * @return bool The matchCase */ public function getMatchCase() { if (array_key_exists("matchCase", $this->_propDict)) { return $this->_propDict["matchCase"]; } else { return null; } } /** * Sets the matchCase * Represents whether the casing impacted the last sort of the table. Read-only. * * @param bool $val The matchCase * * @return WorkbookTableSort */ public function setMatchCase($val) { $this->_propDict["matchCase"] = boolval($val); return $this; } /** * Gets the method * Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only. * * @return string The method */ public function getMethod() { if (array_key_exists("method", $this->_propDict)) { return $this->_propDict["method"]; } else { return null; } } /** * Sets the method * Represents Chinese character ordering method last used to sort the table. The possible values are: PinYin, StrokeCount. Read-only. * * @param string $val The method * * @return WorkbookTableSort */ public function setMethod($val) { $this->_propDict["method"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings