File manager - Edit - /home/premiey/www/wp-content/plugins/ameliabooking/vendor/microsoft/microsoft-graph/src/Model/PlannerUser.php
Back
<?php /** * Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. * * PlannerUser 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; /** * PlannerUser 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 PlannerUser extends Entity { /** * Gets the tasks * Read-only. Nullable. Returns the plannerPlans shared with the user. * * @return array The tasks */ public function getTasks() { if (array_key_exists("tasks", $this->_propDict)) { return $this->_propDict["tasks"]; } else { return null; } } /** * Sets the tasks * Read-only. Nullable. Returns the plannerPlans shared with the user. * * @param PlannerTask $val The tasks * * @return PlannerUser */ public function setTasks($val) { $this->_propDict["tasks"] = $val; return $this; } /** * Gets the plans * Read-only. Nullable. Returns the plannerTasks assigned to the user. * * @return array The plans */ public function getPlans() { if (array_key_exists("plans", $this->_propDict)) { return $this->_propDict["plans"]; } else { return null; } } /** * Sets the plans * Read-only. Nullable. Returns the plannerTasks assigned to the user. * * @param PlannerPlan $val The plans * * @return PlannerUser */ public function setPlans($val) { $this->_propDict["plans"] = $val; return $this; } }
| ver. 1.4 |
Github
|
.
| PHP 5.4.45 | Generation time: 0 |
proxy
|
phpinfo
|
Settings