????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 3.145.50.27 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/icad.astacus.se/sharepoint/vendor/vgrem/php-spo/src/SharePoint/ |
Upload File : |
<?php /** * This file was generated by phpSPO model generator 2020-08-05T10:16:13+00:00 16.0.20315.12009 */ namespace Office365\SharePoint; use Office365\Runtime\ClientObject; class ListHomeItem2 extends ClientObject { /** * @return string */ public function getcolor() { if (!$this->isPropertyAvailable("color")) { return null; } return $this->getProperty("color"); } /** * @var string */ public function setcolor($value) { $this->setProperty("color", $value, true); } /** * @return string */ public function getcreatedByName() { if (!$this->isPropertyAvailable("createdByName")) { return null; } return $this->getProperty("createdByName"); } /** * @var string */ public function setcreatedByName($value) { $this->setProperty("createdByName", $value, true); } /** * @return string */ public function getcreatedByUpn() { if (!$this->isPropertyAvailable("createdByUpn")) { return null; } return $this->getProperty("createdByUpn"); } /** * @var string */ public function setcreatedByUpn($value) { $this->setProperty("createdByUpn", $value, true); } /** * @return string */ public function getcreatedDate() { if (!$this->isPropertyAvailable("createdDate")) { return null; } return $this->getProperty("createdDate"); } /** * @var string */ public function setcreatedDate($value) { $this->setProperty("createdDate", $value, true); } /** * @return string */ public function geticon() { if (!$this->isPropertyAvailable("icon")) { return null; } return $this->getProperty("icon"); } /** * @var string */ public function seticon($value) { $this->setProperty("icon", $value, true); } /** * @return string */ public function getlastModifiedDate() { if (!$this->isPropertyAvailable("lastModifiedDate")) { return null; } return $this->getProperty("lastModifiedDate"); } /** * @var string */ public function setlastModifiedDate($value) { $this->setProperty("lastModifiedDate", $value, true); } /** * @return string */ public function getlastViewDate() { if (!$this->isPropertyAvailable("lastViewDate")) { return null; } return $this->getProperty("lastViewDate"); } /** * @var string */ public function setlastViewDate($value) { $this->setProperty("lastViewDate", $value, true); } /** * @return string */ public function getlastviewDateTime() { if (!$this->isPropertyAvailable("lastviewDateTime")) { return null; } return $this->getProperty("lastviewDateTime"); } /** * @var string */ public function setlastviewDateTime($value) { $this->setProperty("lastviewDateTime", $value, true); } /** * @return string */ public function getlistId() { if (!$this->isPropertyAvailable("listId")) { return null; } return $this->getProperty("listId"); } /** * @var string */ public function setlistId($value) { $this->setProperty("listId", $value, true); } /** * @return string */ public function getlistTitle() { if (!$this->isPropertyAvailable("listTitle")) { return null; } return $this->getProperty("listTitle"); } /** * @var string */ public function setlistTitle($value) { $this->setProperty("listTitle", $value, true); } /** * @return string */ public function getlistUrl() { if (!$this->isPropertyAvailable("listUrl")) { return null; } return $this->getProperty("listUrl"); } /** * @var string */ public function setlistUrl($value) { $this->setProperty("listUrl", $value, true); } /** * @return bool */ public function getshouldRemove() { if (!$this->isPropertyAvailable("shouldRemove")) { return null; } return $this->getProperty("shouldRemove"); } /** * @var bool */ public function setshouldRemove($value) { $this->setProperty("shouldRemove", $value, true); } /** * @return string */ public function getsiteColor() { if (!$this->isPropertyAvailable("siteColor")) { return null; } return $this->getProperty("siteColor"); } /** * @var string */ public function setsiteColor($value) { $this->setProperty("siteColor", $value, true); } /** * @return string */ public function getsiteId() { if (!$this->isPropertyAvailable("siteId")) { return null; } return $this->getProperty("siteId"); } /** * @var string */ public function setsiteId($value) { $this->setProperty("siteId", $value, true); } /** * @return string */ public function getsiteTitle() { if (!$this->isPropertyAvailable("siteTitle")) { return null; } return $this->getProperty("siteTitle"); } /** * @var string */ public function setsiteTitle($value) { $this->setProperty("siteTitle", $value, true); } /** * @return string */ public function getsiteUrl() { if (!$this->isPropertyAvailable("siteUrl")) { return null; } return $this->getProperty("siteUrl"); } /** * @var string */ public function setsiteUrl($value) { $this->setProperty("siteUrl", $value, true); } /** * @return string */ public function getwebId() { if (!$this->isPropertyAvailable("webId")) { return null; } return $this->getProperty("webId"); } /** * @var string */ public function setwebId($value) { $this->setProperty("webId", $value, true); } /** * @return string */ public function getwebTemplateConfiguration() { if (!$this->isPropertyAvailable("webTemplateConfiguration")) { return null; } return $this->getProperty("webTemplateConfiguration"); } /** * @var string */ public function setwebTemplateConfiguration($value) { $this->setProperty("webTemplateConfiguration", $value, true); } }