code
stringlengths
15
9.96M
docstring
stringlengths
1
10.1k
func_name
stringlengths
1
124
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
6
186
url
stringlengths
50
236
license
stringclasses
4 values
public function getAutofillInfo() { return $this->getProperty("AutofillInfo"); }
@return string
getAutofillInfo
php
vgrem/phpSPO
src/SharePoint/Field.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Field.php
MIT
public function setAutofillInfo($value) { return $this->setProperty("AutofillInfo", $value, true); }
@var string
setAutofillInfo
php
vgrem/phpSPO
src/SharePoint/Field.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Field.php
MIT
public function getAllowPrint() { if (!$this->isPropertyAvailable("AllowPrint")) { return null; } return $this->getProperty("AllowPrint"); }
@return bool
getAllowPrint
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setAllowPrint($value) { $this->setProperty("AllowPrint", $value, true); }
@var bool
setAllowPrint
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getAllowScript() { if (!$this->isPropertyAvailable("AllowScript")) { return null; } return $this->getProperty("AllowScript"); }
@return bool
getAllowScript
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setAllowScript($value) { $this->setProperty("AllowScript", $value, true); }
@var bool
setAllowScript
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getAllowWriteCopy() { if (!$this->isPropertyAvailable("AllowWriteCopy")) { return null; } return $this->getProperty("AllowWriteCopy"); }
@return bool
getAllowWriteCopy
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setAllowWriteCopy($value) { $this->setProperty("AllowWriteCopy", $value, true); }
@var bool
setAllowWriteCopy
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getDisableDocumentBrowserView() { if (!$this->isPropertyAvailable("DisableDocumentBrowserView")) { return null; } return $this->getProperty("DisableDocumentBrowserView"); }
@return bool
getDisableDocumentBrowserView
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setDisableDocumentBrowserView($value) { $this->setProperty("DisableDocumentBrowserView", $value, true); }
@var bool
setDisableDocumentBrowserView
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getDocumentAccessExpireDays() { if (!$this->isPropertyAvailable("DocumentAccessExpireDays")) { return null; } return $this->getProperty("DocumentAccessExpireDays"); }
@return integer
getDocumentAccessExpireDays
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setDocumentAccessExpireDays($value) { $this->setProperty("DocumentAccessExpireDays", $value, true); }
@var integer
setDocumentAccessExpireDays
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getEnableDocumentAccessExpire() { if (!$this->isPropertyAvailable("EnableDocumentAccessExpire")) { return null; } return $this->getProperty("EnableDocumentAccessExpire"); }
@return bool
getEnableDocumentAccessExpire
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setEnableDocumentAccessExpire($value) { $this->setProperty("EnableDocumentAccessExpire", $value, true); }
@var bool
setEnableDocumentAccessExpire
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getEnableDocumentBrowserPublishingView() { if (!$this->isPropertyAvailable("EnableDocumentBrowserPublishingView")) { return null; } return $this->getProperty("EnableDocumentBrowserPublishingView"); }
@return bool
getEnableDocumentBrowserPublishingView
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setEnableDocumentBrowserPublishingView($value) { $this->setProperty("EnableDocumentBrowserPublishingView", $value, true); }
@var bool
setEnableDocumentBrowserPublishingView
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getEnableGroupProtection() { if (!$this->isPropertyAvailable("EnableGroupProtection")) { return null; } return $this->getProperty("EnableGroupProtection"); }
@return bool
getEnableGroupProtection
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setEnableGroupProtection($value) { $this->setProperty("EnableGroupProtection", $value, true); }
@var bool
setEnableGroupProtection
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getEnableLicenseCacheExpire() { if (!$this->isPropertyAvailable("EnableLicenseCacheExpire")) { return null; } return $this->getProperty("EnableLicenseCacheExpire"); }
@return bool
getEnableLicenseCacheExpire
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setEnableLicenseCacheExpire($value) { $this->setProperty("EnableLicenseCacheExpire", $value, true); }
@var bool
setEnableLicenseCacheExpire
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getGroupName() { if (!$this->isPropertyAvailable("GroupName")) { return null; } return $this->getProperty("GroupName"); }
@return string
getGroupName
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setGroupName($value) { $this->setProperty("GroupName", $value, true); }
@var string
setGroupName
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getIrmEnabled() { if (!$this->isPropertyAvailable("IrmEnabled")) { return null; } return $this->getProperty("IrmEnabled"); }
@return bool
getIrmEnabled
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setIrmEnabled($value) { $this->setProperty("IrmEnabled", $value, true); }
@var bool
setIrmEnabled
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getLicenseCacheExpireDays() { if (!$this->isPropertyAvailable("LicenseCacheExpireDays")) { return null; } return $this->getProperty("LicenseCacheExpireDays"); }
@return integer
getLicenseCacheExpireDays
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setLicenseCacheExpireDays($value) { $this->setProperty("LicenseCacheExpireDays", $value, true); }
@var integer
setLicenseCacheExpireDays
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getPolicyDescription() { if (!$this->isPropertyAvailable("PolicyDescription")) { return null; } return $this->getProperty("PolicyDescription"); }
@return string
getPolicyDescription
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setPolicyDescription($value) { $this->setProperty("PolicyDescription", $value, true); }
@var string
setPolicyDescription
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getPolicyTitle() { if (!$this->isPropertyAvailable("PolicyTitle")) { return null; } return $this->getProperty("PolicyTitle"); }
@return string
getPolicyTitle
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setPolicyTitle($value) { $this->setProperty("PolicyTitle", $value, true); }
@var string
setPolicyTitle
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getTemplateId() { if (!$this->isPropertyAvailable("TemplateId")) { return null; } return $this->getProperty("TemplateId"); }
@return string
getTemplateId
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function setTemplateId($value) { $this->setProperty("TemplateId", $value, true); }
@var string
setTemplateId
php
vgrem/phpSPO
src/SharePoint/InformationRightsManagementFileSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/InformationRightsManagementFileSettings.php
MIT
public function getMajorVersionLimit() { return $this->getProperty("MajorVersionLimit"); }
@return integer
getMajorVersionLimit
php
vgrem/phpSPO
src/SharePoint/SiteVersionPolicyManager.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SiteVersionPolicyManager.php
MIT
public function setMajorVersionLimit($value) { return $this->setProperty("MajorVersionLimit", $value, true); }
@var integer
setMajorVersionLimit
php
vgrem/phpSPO
src/SharePoint/SiteVersionPolicyManager.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SiteVersionPolicyManager.php
MIT
public function getVersionPolicies() { return $this->getProperty("VersionPolicies", new VersionPolicyManager($this->getContext(), new ResourcePath("VersionPolicies", $this->getResourcePath()))); }
@return VersionPolicyManager
getVersionPolicies
php
vgrem/phpSPO
src/SharePoint/SiteVersionPolicyManager.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/SiteVersionPolicyManager.php
MIT
public function getcolor() { if (!$this->isPropertyAvailable("color")) { return null; } return $this->getProperty("color"); }
@return string
getcolor
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setcolor($value) { $this->setProperty("color", $value, true); }
@var string
setcolor
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getcreatedByName() { if (!$this->isPropertyAvailable("createdByName")) { return null; } return $this->getProperty("createdByName"); }
@return string
getcreatedByName
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setcreatedByName($value) { $this->setProperty("createdByName", $value, true); }
@var string
setcreatedByName
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getcreatedByUpn() { if (!$this->isPropertyAvailable("createdByUpn")) { return null; } return $this->getProperty("createdByUpn"); }
@return string
getcreatedByUpn
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setcreatedByUpn($value) { $this->setProperty("createdByUpn", $value, true); }
@var string
setcreatedByUpn
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getcreatedDate() { if (!$this->isPropertyAvailable("createdDate")) { return null; } return $this->getProperty("createdDate"); }
@return string
getcreatedDate
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setcreatedDate($value) { $this->setProperty("createdDate", $value, true); }
@var string
setcreatedDate
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function geticon() { if (!$this->isPropertyAvailable("icon")) { return null; } return $this->getProperty("icon"); }
@return string
geticon
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function seticon($value) { $this->setProperty("icon", $value, true); }
@var string
seticon
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getlastModifiedDate() { if (!$this->isPropertyAvailable("lastModifiedDate")) { return null; } return $this->getProperty("lastModifiedDate"); }
@return string
getlastModifiedDate
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setlastModifiedDate($value) { $this->setProperty("lastModifiedDate", $value, true); }
@var string
setlastModifiedDate
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getlastViewDate() { if (!$this->isPropertyAvailable("lastViewDate")) { return null; } return $this->getProperty("lastViewDate"); }
@return string
getlastViewDate
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setlastViewDate($value) { $this->setProperty("lastViewDate", $value, true); }
@var string
setlastViewDate
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getlastviewDateTime() { if (!$this->isPropertyAvailable("lastviewDateTime")) { return null; } return $this->getProperty("lastviewDateTime"); }
@return string
getlastviewDateTime
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setlastviewDateTime($value) { $this->setProperty("lastviewDateTime", $value, true); }
@var string
setlastviewDateTime
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getlistId() { if (!$this->isPropertyAvailable("listId")) { return null; } return $this->getProperty("listId"); }
@return string
getlistId
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setlistId($value) { $this->setProperty("listId", $value, true); }
@var string
setlistId
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getlistTitle() { if (!$this->isPropertyAvailable("listTitle")) { return null; } return $this->getProperty("listTitle"); }
@return string
getlistTitle
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setlistTitle($value) { $this->setProperty("listTitle", $value, true); }
@var string
setlistTitle
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getlistUrl() { if (!$this->isPropertyAvailable("listUrl")) { return null; } return $this->getProperty("listUrl"); }
@return string
getlistUrl
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setlistUrl($value) { $this->setProperty("listUrl", $value, true); }
@var string
setlistUrl
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getshouldRemove() { if (!$this->isPropertyAvailable("shouldRemove")) { return null; } return $this->getProperty("shouldRemove"); }
@return bool
getshouldRemove
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setshouldRemove($value) { $this->setProperty("shouldRemove", $value, true); }
@var bool
setshouldRemove
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getsiteColor() { if (!$this->isPropertyAvailable("siteColor")) { return null; } return $this->getProperty("siteColor"); }
@return string
getsiteColor
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setsiteColor($value) { $this->setProperty("siteColor", $value, true); }
@var string
setsiteColor
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getsiteId() { if (!$this->isPropertyAvailable("siteId")) { return null; } return $this->getProperty("siteId"); }
@return string
getsiteId
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setsiteId($value) { $this->setProperty("siteId", $value, true); }
@var string
setsiteId
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getsiteTitle() { if (!$this->isPropertyAvailable("siteTitle")) { return null; } return $this->getProperty("siteTitle"); }
@return string
getsiteTitle
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setsiteTitle($value) { $this->setProperty("siteTitle", $value, true); }
@var string
setsiteTitle
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getsiteUrl() { if (!$this->isPropertyAvailable("siteUrl")) { return null; } return $this->getProperty("siteUrl"); }
@return string
getsiteUrl
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setsiteUrl($value) { $this->setProperty("siteUrl", $value, true); }
@var string
setsiteUrl
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getwebId() { if (!$this->isPropertyAvailable("webId")) { return null; } return $this->getProperty("webId"); }
@return string
getwebId
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setwebId($value) { $this->setProperty("webId", $value, true); }
@var string
setwebId
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getwebTemplateConfiguration() { if (!$this->isPropertyAvailable("webTemplateConfiguration")) { return null; } return $this->getProperty("webTemplateConfiguration"); }
@return string
getwebTemplateConfiguration
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setwebTemplateConfiguration($value) { $this->setProperty("webTemplateConfiguration", $value, true); }
@var string
setwebTemplateConfiguration
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getTemplateTypeId() { return $this->getProperty("TemplateTypeId"); }
@return string
getTemplateTypeId
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function setTemplateTypeId($value) { return $this->setProperty("TemplateTypeId", $value, true); }
@var string
setTemplateTypeId
php
vgrem/phpSPO
src/SharePoint/ListHomeItem2.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ListHomeItem2.php
MIT
public function getLanguageCode() { if (!$this->isPropertyAvailable("LanguageCode")) { return null; } return $this->getProperty("LanguageCode"); }
@return string
getLanguageCode
php
vgrem/phpSPO
src/SharePoint/TranslationNotificationRecipientUsers.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/TranslationNotificationRecipientUsers.php
MIT
public function setLanguageCode($value) { $this->setProperty("LanguageCode", $value, true); }
@var string
setLanguageCode
php
vgrem/phpSPO
src/SharePoint/TranslationNotificationRecipientUsers.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/TranslationNotificationRecipientUsers.php
MIT
public function getRecipients() { if (!$this->isPropertyAvailable("Recipients")) { $this->setProperty("Recipients", new UserCollection($this->getContext(), new ResourcePath("Recipients", $this->getResourcePath()))); } return $this->getProperty("Recipients"); }
@return UserCollection
getRecipients
php
vgrem/phpSPO
src/SharePoint/TranslationNotificationRecipientUsers.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/TranslationNotificationRecipientUsers.php
MIT
public function getSite() { return $this->getProperty("Site", new Site($this->getContext(),new ResourcePath("Site", $this->getResourcePath()))); }
@return Site
getSite
php
vgrem/phpSPO
src/SharePoint/AppContextSite.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/AppContextSite.php
MIT
public function getWeb() { return $this->getProperty("Web", new Web($this->getContext(), new ResourcePath("Web", $this->getResourcePath()))); }
@return Web
getWeb
php
vgrem/phpSPO
src/SharePoint/AppContextSite.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/AppContextSite.php
MIT
public function __construct(ClientRuntimeContext $ctx, ?ResourcePath $resourcePath = null, ?ClientObject $parent = null) { parent::__construct($ctx, $resourcePath, User::class, $parent); }
@param ClientRuntimeContext $ctx @param ResourcePath|null $resourcePath @param ClientObject|null $parent
__construct
php
vgrem/phpSPO
src/SharePoint/UserCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCollection.php
MIT
public function addUser($loginName) { $user = new User($this->getContext()); $user->setProperty('LoginName',$loginName); $qry = new InvokePostMethodQuery($this,null,null,null,$user); $this->getContext()->addQueryAndResultObject($qry,$user); $this->addChild($user); return $user; }
Add a user @param string $loginName @return User
addUser
php
vgrem/phpSPO
src/SharePoint/UserCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCollection.php
MIT
public function getById($id) { $path = new ServiceOperationPath("getById",array($id),$this->getResourcePath()); return new User($this->getContext(),$path); }
Gets the user with the specified member identifier (ID). @param int $id @return User
getById
php
vgrem/phpSPO
src/SharePoint/UserCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCollection.php
MIT
public function getByEmail($emailAddress) { $path = new ServiceOperationPath("getByEmail",array($emailAddress),$this->getResourcePath()); return new User($this->getContext(),$path); }
Gets the user with the specified email address. @param string $emailAddress The email of the user to get. @return User
getByEmail
php
vgrem/phpSPO
src/SharePoint/UserCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCollection.php
MIT
public function getByLoginName($loginName) { return new User($this->getContext(), new ServiceOperationPath("getByLoginName",array($loginName),$this->getResourcePath())); }
@param string $loginName @return User
getByLoginName
php
vgrem/phpSPO
src/SharePoint/UserCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCollection.php
MIT
public function removeById($id) { $qry = new InvokePostMethodQuery($this,"removeById",array($id)); $this->getContext()->addQuery($qry); }
Removes the user with the specified ID. @param int $id
removeById
php
vgrem/phpSPO
src/SharePoint/UserCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCollection.php
MIT
public function removeByLoginName($loginName) { $qry = new InvokePostMethodQuery( $this, "removeByLoginName", array(rawurlencode($loginName))); $this->getContext()->addQuery($qry); }
Removes the user with the specified login name @param string $loginName
removeByLoginName
php
vgrem/phpSPO
src/SharePoint/UserCollection.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/UserCollection.php
MIT
public function getAM() { if (!$this->isPropertyAvailable("AM")) { return null; } return $this->getProperty("AM"); }
@return string
getAM
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function setAM($value) { $this->setProperty("AM", $value, true); }
@var string
setAM
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function getCollationLCID() { if (!$this->isPropertyAvailable("CollationLCID")) { return null; } return $this->getProperty("CollationLCID"); }
@return integer
getCollationLCID
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function setCollationLCID($value) { $this->setProperty("CollationLCID", $value, true); }
@var integer
setCollationLCID
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function getDateFormat() { if (!$this->isPropertyAvailable("DateFormat")) { return null; } return $this->getProperty("DateFormat"); }
@return integer
getDateFormat
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function setDateFormat($value) { $this->setProperty("DateFormat", $value, true); }
@var integer
setDateFormat
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function getDateSeparator() { if (!$this->isPropertyAvailable("DateSeparator")) { return null; } return $this->getProperty("DateSeparator"); }
@return string
getDateSeparator
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function setDateSeparator($value) { $this->setProperty("DateSeparator", $value, true); }
@var string
setDateSeparator
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function getDecimalSeparator() { if (!$this->isPropertyAvailable("DecimalSeparator")) { return null; } return $this->getProperty("DecimalSeparator"); }
@return string
getDecimalSeparator
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function setDecimalSeparator($value) { $this->setProperty("DecimalSeparator", $value, true); }
@var string
setDecimalSeparator
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function getDigitGrouping() { if (!$this->isPropertyAvailable("DigitGrouping")) { return null; } return $this->getProperty("DigitGrouping"); }
@return string
getDigitGrouping
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function setDigitGrouping($value) { $this->setProperty("DigitGrouping", $value, true); }
@var string
setDigitGrouping
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function getFirstDayOfWeek() { if (!$this->isPropertyAvailable("FirstDayOfWeek")) { return null; } return $this->getProperty("FirstDayOfWeek"); }
@return integer
getFirstDayOfWeek
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function setFirstDayOfWeek($value) { $this->setProperty("FirstDayOfWeek", $value, true); }
@var integer
setFirstDayOfWeek
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT
public function getIsEastAsia() { if (!$this->isPropertyAvailable("IsEastAsia")) { return null; } return $this->getProperty("IsEastAsia"); }
@return bool
getIsEastAsia
php
vgrem/phpSPO
src/SharePoint/RegionalSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RegionalSettings.php
MIT