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 getItemUrl() { return $this->getProperty("ItemUrl"); }
The server relative object URL. @return string
getItemUrl
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setItemUrl($value) { $this->setProperty("ItemUrl", $value, true); }
The server relative object URL. @var string
setItemUrl
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getListId() { return $this->getProperty("ListId"); }
The unique ID of the parent list (if applicable). @return string
getListId
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setListId($value) { $this->setProperty("ListId", $value, true); }
The unique ID of the parent list (if applicable). @var string
setListId
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getPermissionsOnlyMode() { return $this->getProperty("PermissionsOnlyMode"); }
Boolean that indicates whether or not the sharing context operates under the permissions only mode (that is, adding to a group or hiding the groups drop-down in the SharePoint UI). @return bool
getPermissionsOnlyMode
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setPermissionsOnlyMode($value) { $this->setProperty("PermissionsOnlyMode", $value, true); }
Boolean that indicates whether or not the sharing context operates under the permissions only mode (that is, adding to a group or hiding the groups drop-down in the SharePoint UI). @var bool
setPermissionsOnlyMode
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getRequiredAnonymousLinkExpirationInDays() { return $this->getProperty("RequiredAnonymousLinkExpirationInDays"); }
A value that indicates number of days an anonymous tokenized sharing link can be valid before it expires. @return integer
getRequiredAnonymousLinkExpirationInDays
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setRequiredAnonymousLinkExpirationInDays($value) { $this->setProperty("RequiredAnonymousLinkExpirationInDays", $value, true); }
A value that indicates number of days an anonymous tokenized sharing link can be valid before it expires. @var integer
setRequiredAnonymousLinkExpirationInDays
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getRoles() { return $this->getProperty("Roles"); }
A dictionary object that lists the display name and the id of the SharePoint regular roles. @return array
getRoles
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setRoles($value) { $this->setProperty("Roles", $value, true); }
A dictionary object that lists the display name and the id of the SharePoint regular roles. @var array
setRoles
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getShareByEmailEnabled() { return $this->getProperty("ShareByEmailEnabled"); }
Boolean flag denoting if guest users are enabled for the site collection. @return bool
getShareByEmailEnabled
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setShareByEmailEnabled($value) { $this->setProperty("ShareByEmailEnabled", $value, true); }
Boolean flag denoting if guest users are enabled for the site collection. @var bool
setShareByEmailEnabled
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getShowExternalSharingWarning() { return $this->getProperty("ShowExternalSharingWarning"); }
Boolean that indicates whether or not the client logic SHOULD warn the user that they are about to share with external email addresses. @return bool
getShowExternalSharingWarning
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setShowExternalSharingWarning($value) { $this->setProperty("ShowExternalSharingWarning", $value, true); }
Boolean that indicates whether or not the client logic SHOULD warn the user that they are about to share with external email addresses. @var bool
setShowExternalSharingWarning
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getSimplifiedRoles() { return $this->getProperty("SimplifiedRoles"); }
A dictionary object that lists the display name and the id of the SharePoint simplified roles (edit, view). @return array
getSimplifiedRoles
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setSimplifiedRoles($value) { $this->setProperty("SimplifiedRoles", $value, true); }
A dictionary object that lists the display name and the id of the SharePoint simplified roles (edit, view). @var array
setSimplifiedRoles
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getSupportsAclPropagation() { if (!$this->isPropertyAvailable("SupportsAclPropagation")) { return null; } return $this->getProperty("SupportsAclPropagation"); }
Boolean that indicates whether or not the object to share supports ACL propagation. @return bool
getSupportsAclPropagation
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setSupportsAclPropagation($value) { $this->setProperty("SupportsAclPropagation", $value, true); }
Boolean that indicates whether or not the object to share supports ACL propagation. @var bool
setSupportsAclPropagation
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getWebUrl() { if (!$this->isPropertyAvailable("WebUrl")) { return null; } return $this->getProperty("WebUrl"); }
The URL pointing to the containing SPWeb object. @return string
getWebUrl
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setWebUrl($value) { $this->setProperty("WebUrl", $value, true); }
The URL pointing to the containing SPWeb object. @var string
setWebUrl
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getObjectSharingInformation() { return $this->getProperty("ObjectSharingInformation", new ObjectSharingInformation($this->getContext(), new ResourcePath("ObjectSharingInformation", $this->getResourcePath()))); }
Contains information about the sharing state of a shareable object. @return ObjectSharingInformation
getObjectSharingInformation
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getSharePointSettings() { return $this->getProperty("SharePointSettings", new SharePointSharingSettings($this->getContext(), new ResourcePath("SharePointSettings", $this->getResourcePath()))); }
@return SharePointSharingSettings
getSharePointSettings
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getEnforceIBSegmentFiltering() { return $this->getProperty("EnforceIBSegmentFiltering"); }
@return bool
getEnforceIBSegmentFiltering
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setEnforceIBSegmentFiltering($value) { $this->setProperty("EnforceIBSegmentFiltering", $value, true); }
@var bool
setEnforceIBSegmentFiltering
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getSiteIBSegmentIDs() { return $this->getProperty("SiteIBSegmentIDs"); }
@return array
getSiteIBSegmentIDs
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setSiteIBSegmentIDs($value) { $this->setProperty("SiteIBSegmentIDs", $value, true); }
@var array
setSiteIBSegmentIDs
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getEnforceSPOSearch() { return $this->getProperty("EnforceSPOSearch"); }
@return bool
getEnforceSPOSearch
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setEnforceSPOSearch($value) { $this->setProperty("EnforceSPOSearch", $value, true); }
@var bool
setEnforceSPOSearch
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getSiteIBMode() { return $this->getProperty("SiteIBMode"); }
@return string
getSiteIBMode
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setSiteIBMode($value) { return $this->setProperty("SiteIBMode", $value, true); }
@var string
setSiteIBMode
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getCanCurrentUserShareToExistingGuests() { return $this->getProperty("CanCurrentUserShareToExistingGuests"); }
@return bool
getCanCurrentUserShareToExistingGuests
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function setCanCurrentUserShareToExistingGuests($value) { return $this->setProperty("CanCurrentUserShareToExistingGuests", $value, true); }
@var bool
setCanCurrentUserShareToExistingGuests
php
vgrem/phpSPO
src/SharePoint/ObjectSharingSettings.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ObjectSharingSettings.php
MIT
public function getUniqueId() { if (!$this->isPropertyAvailable("UniqueId")) { return null; } return $this->getProperty("UniqueId"); }
Identifies the file that changed.Exceptions: Error CodeError Type NameCondition-1System.NotSupportedExceptionThe document identifier in the change fields (2) item of the change collection is NULL. @return string
getUniqueId
php
vgrem/phpSPO
src/SharePoint/ChangeFile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFile.php
MIT
public function setUniqueId($value) { $this->setProperty("UniqueId", $value, true); }
Identifies the file that changed.Exceptions: Error CodeError Type NameCondition-1System.NotSupportedExceptionThe document identifier in the change fields (2) item of the change collection is NULL. @var string
setUniqueId
php
vgrem/phpSPO
src/SharePoint/ChangeFile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFile.php
MIT
public function getWebId() { if (!$this->isPropertyAvailable("WebId")) { return null; } return $this->getProperty("WebId"); }
Identifies the site (2) that contains the changed file.Exceptions: Error CodeError Type NameCondition-1System.NotSupportedExceptionThe site identifier in the change fields (2) item of the change collection is NULL. @return string
getWebId
php
vgrem/phpSPO
src/SharePoint/ChangeFile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFile.php
MIT
public function setWebId($value) { $this->setProperty("WebId", $value, true); }
Identifies the site (2) that contains the changed file.Exceptions: Error CodeError Type NameCondition-1System.NotSupportedExceptionThe site identifier in the change fields (2) item of the change collection is NULL. @var string
setWebId
php
vgrem/phpSPO
src/SharePoint/ChangeFile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ChangeFile.php
MIT
public function getDisplayFormat() { if (!$this->isPropertyAvailable("DisplayFormat")) { return null; } return $this->getProperty("DisplayFormat"); }
Specifies the display format for the value in the field (2). @return integer
getDisplayFormat
php
vgrem/phpSPO
src/SharePoint/FieldUrl.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FieldUrl.php
MIT
public function setDisplayFormat($value) { $this->setProperty("DisplayFormat", $value, true); }
Specifies the display format for the value in the field (2). @var integer
setDisplayFormat
php
vgrem/phpSPO
src/SharePoint/FieldUrl.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/FieldUrl.php
MIT
public function getBasePermissions() { if (!$this->isPropertyAvailable("BasePermissions")) { return null; } return $this->getProperty("BasePermissions"); }
Specifies the base permissions for the role definition.When assigning values to the property, use bitwise AND, OR, and XOR operators with values from the BasePermissions uint. It MUST NOT be NULL. Exceptions: Error CodeError Type NameCondition-1System.InvalidOperationExceptionSite (2) inherits permission levels from a parent site, and permission levels cannot be customized. @return BasePermissions
getBasePermissions
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function setBasePermissions($value) { $this->setProperty("BasePermissions", $value, true); }
Specifies the base permissions for the role definition.When assigning values to the property, use bitwise AND, OR, and XOR operators with values from the BasePermissions uint. It MUST NOT be NULL. Exceptions: Error CodeError Type NameCondition-1System.InvalidOperationExceptionSite (2) inherits permission levels from a parent site, and permission levels cannot be customized. @var BasePermissions
setBasePermissions
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function getDescription() { if (!$this->isPropertyAvailable("Description")) { return null; } return $this->getProperty("Description"); }
Specifies the description of the role definition.Its length MUST be equal to or less than 512. Exceptions: Error CodeError Type NameCondition-1System.InvalidOperationExceptionSite (2) inherits permission levels from a parent site, and permission levels cannot be customized. @return string
getDescription
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function setDescription($value) { $this->setProperty("Description", $value, true); }
Specifies the description of the role definition.Its length MUST be equal to or less than 512. Exceptions: Error CodeError Type NameCondition-1System.InvalidOperationExceptionSite (2) inherits permission levels from a parent site, and permission levels cannot be customized. @var string
setDescription
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function getHidden() { if (!$this->isPropertyAvailable("Hidden")) { return null; } return $this->getProperty("Hidden"); }
Specifies whether the role definition is displayed. @return bool
getHidden
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function getId() { if (!$this->isPropertyAvailable("Id")) { return null; } return $this->getProperty("Id"); }
Specifies the identifier of the role definition.Its value MUST be equal to or greater than 1073741824. @return integer
getId
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function getName() { if (!$this->isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); }
Specifies the role definition name.It MUST NOT be NULL. It MUST NOT be empty. Its length MUST be equal to or less than 255. MUST not contain any of the following characters: /\[]:|<>+=;,?*'"@Exceptions: Error CodeError Type NameCondition-1System.InvalidOperationExceptionRole definition is inherited from a parent site. @return string
getName
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function getOrder() { if (!$this->isPropertyAvailable("Order")) { return null; } return $this->getProperty("Order"); }
Specifies the order position of the object (1) in the site collection Permission Levels page.Exceptions: Error CodeError Type NameCondition-1System.InvalidOperationExceptionThe user cannot customize permission levels in a site (2) with inherited permission levels. @return integer
getOrder
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function setOrder($value) { $this->setProperty("Order", $value, true); }
Specifies the order position of the object (1) in the site collection Permission Levels page.Exceptions: Error CodeError Type NameCondition-1System.InvalidOperationExceptionThe user cannot customize permission levels in a site (2) with inherited permission levels. @var integer
setOrder
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function getRoleTypeKind() { if (!$this->isPropertyAvailable("RoleTypeKind")) { return null; } return $this->getProperty("RoleTypeKind"); }
Specifies the type of the role definition.Its value MUST be equal to or greater than 0. Its value MUST be equal to or less than 5. @return integer
getRoleTypeKind
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function setHidden($value) { $this->setProperty("Hidden", $value, true); }
Specifies whether the role definition is displayed. @var bool
setHidden
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function setId($value) { $this->setProperty("Id", $value, true); }
Specifies the identifier of the role definition.Its value MUST be equal to or greater than 1073741824. @var integer
setId
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function setName($value) { return $this->setProperty("Name", $value, true); }
Specifies the role definition name.It MUST NOT be NULL. It MUST NOT be empty. Its length MUST be equal to or less than 255. MUST not contain any of the following characters: /\[]:|<>+=;,?*'"@Exceptions: Error CodeError Type NameCondition-1System.InvalidOperationExceptionRole definition is inherited from a parent site. @return RoleDefinition @var string
setName
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function setRoleTypeKind($value) { return $this->setProperty("RoleTypeKind", $value, true); }
Specifies the type of the role definition.Its value MUST be equal to or greater than 0. Its value MUST be equal to or less than 5. @return RoleDefinition @var integer
setRoleTypeKind
php
vgrem/phpSPO
src/SharePoint/RoleDefinition.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/RoleDefinition.php
MIT
public function getDefaultExpireAfterDays() { return $this->getProperty("DefaultExpireAfterDays"); }
@return integer
getDefaultExpireAfterDays
php
vgrem/phpSPO
src/SharePoint/VersionPolicyManager.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/VersionPolicyManager.php
MIT
public function setDefaultExpireAfterDays($value) { return $this->setProperty("DefaultExpireAfterDays", $value, true); }
@var integer
setDefaultExpireAfterDays
php
vgrem/phpSPO
src/SharePoint/VersionPolicyManager.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/VersionPolicyManager.php
MIT
public function getDefaultTrimMode() { return $this->getProperty("DefaultTrimMode"); }
@return integer
getDefaultTrimMode
php
vgrem/phpSPO
src/SharePoint/VersionPolicyManager.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/VersionPolicyManager.php
MIT
public function setDefaultTrimMode($value) { return $this->setProperty("DefaultTrimMode", $value, true); }
@var integer
setDefaultTrimMode
php
vgrem/phpSPO
src/SharePoint/VersionPolicyManager.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/VersionPolicyManager.php
MIT
public function getAuditFlags() { if (!$this->isPropertyAvailable("AuditFlags")) { return null; } return $this->getProperty("AuditFlags"); }
Gets or sets a value indicating what kinds of events and actions are audited specifically for this object. @return integer
getAuditFlags
php
vgrem/phpSPO
src/SharePoint/Audit.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Audit.php
MIT
public function setAuditFlags($value) { $this->setProperty("AuditFlags", $value, true); }
Gets or sets a value indicating what kinds of events and actions are audited specifically for this object. @var integer
setAuditFlags
php
vgrem/phpSPO
src/SharePoint/Audit.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/Audit.php
MIT
public function getAudiences() { return $this->getProperty("Audiences"); }
@return array
getAudiences
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function setAudiences($value) { return $this->setProperty("Audiences", $value, true); }
@var array
setAudiences
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function getMatchingAudiences() { return $this->getProperty("MatchingAudiences"); }
@return array
getMatchingAudiences
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function setMatchingAudiences($value) { return $this->setProperty("MatchingAudiences", $value, true); }
@var array
setMatchingAudiences
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function getSiteId() { return $this->getProperty("SiteId"); }
@return string
getSiteId
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function setSiteId($value) { return $this->setProperty("SiteId", $value, true); }
@var string
setSiteId
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function getTitle() { return $this->getProperty("Title"); }
@return string
getTitle
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function setTitle($value) { return $this->setProperty("Title", $value, true); }
@var string
setTitle
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function getUrl() { return $this->getProperty("Url"); }
@return string
getUrl
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function setUrl($value) { return $this->setProperty("Url", $value, true); }
@var string
setUrl
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function getWebId() { return $this->getProperty("WebId"); }
@return string
getWebId
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function setWebId($value) { return $this->setProperty("WebId", $value, true); }
@var string
setWebId
php
vgrem/phpSPO
src/SharePoint/HomeSitesDetails.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/HomeSitesDetails.php
MIT
public function getAccessibleDescription() { if (!$this->isPropertyAvailable("AccessibleDescription")) { return null; } return $this->getProperty("AccessibleDescription"); }
@return string
getAccessibleDescription
php
vgrem/phpSPO
src/SharePoint/ThemeInfo.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ThemeInfo.php
MIT
public function setAccessibleDescription($value) { $this->setProperty("AccessibleDescription", $value, true); }
@var string
setAccessibleDescription
php
vgrem/phpSPO
src/SharePoint/ThemeInfo.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ThemeInfo.php
MIT
public function getThemeBackgroundImageUri() { return $this->getProperty("ThemeBackgroundImageUri"); }
@return string
getThemeBackgroundImageUri
php
vgrem/phpSPO
src/SharePoint/ThemeInfo.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ThemeInfo.php
MIT
public function setThemeBackgroundImageUri($value) { $this->setProperty("ThemeBackgroundImageUri", $value, true); }
@var string
setThemeBackgroundImageUri
php
vgrem/phpSPO
src/SharePoint/ThemeInfo.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/ThemeInfo.php
MIT
public function getAppId() { if (!$this->isPropertyAvailable("AppId")) { return null; } return $this->getProperty("AppId"); }
@return string
getAppId
php
vgrem/phpSPO
src/SharePoint/AppTile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/AppTile.php
MIT
public function setAppId($value) { $this->setProperty("AppId", $value, true); }
@var string
setAppId
php
vgrem/phpSPO
src/SharePoint/AppTile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/AppTile.php
MIT
public function getAppPrincipalId() { if (!$this->isPropertyAvailable("AppPrincipalId")) { return null; } return $this->getProperty("AppPrincipalId"); }
@return string
getAppPrincipalId
php
vgrem/phpSPO
src/SharePoint/AppTile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/AppTile.php
MIT
public function setAppPrincipalId($value) { $this->setProperty("AppPrincipalId", $value, true); }
@var string
setAppPrincipalId
php
vgrem/phpSPO
src/SharePoint/AppTile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/AppTile.php
MIT
public function getAppSource() { if (!$this->isPropertyAvailable("AppSource")) { return null; } return $this->getProperty("AppSource"); }
@return integer
getAppSource
php
vgrem/phpSPO
src/SharePoint/AppTile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/AppTile.php
MIT
public function setAppSource($value) { $this->setProperty("AppSource", $value, true); }
@var integer
setAppSource
php
vgrem/phpSPO
src/SharePoint/AppTile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/AppTile.php
MIT
public function getAppStatus() { if (!$this->isPropertyAvailable("AppStatus")) { return null; } return $this->getProperty("AppStatus"); }
@return integer
getAppStatus
php
vgrem/phpSPO
src/SharePoint/AppTile.php
https://github.com/vgrem/phpSPO/blob/master/src/SharePoint/AppTile.php
MIT
public function getIndoorPoolsCount() { return $this->indoorPoolsCount; }
@return int
getIndoorPoolsCount
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function setIndoorPoolsCountException($indoorPoolsCountException) { $this->indoorPoolsCountException = $indoorPoolsCountException; }
@param string
setIndoorPoolsCountException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function getIndoorPoolsCountException() { return $this->indoorPoolsCountException; }
@return string
getIndoorPoolsCountException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function setLazyRiver($lazyRiver) { $this->lazyRiver = $lazyRiver; }
@param bool
setLazyRiver
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function getLazyRiver() { return $this->lazyRiver; }
@return bool
getLazyRiver
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function setLazyRiverException($lazyRiverException) { $this->lazyRiverException = $lazyRiverException; }
@param string
setLazyRiverException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function getLazyRiverException() { return $this->lazyRiverException; }
@return string
getLazyRiverException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function setLifeguard($lifeguard) { $this->lifeguard = $lifeguard; }
@param bool
setLifeguard
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function getLifeguard() { return $this->lifeguard; }
@return bool
getLifeguard
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function setLifeguardException($lifeguardException) { $this->lifeguardException = $lifeguardException; }
@param string
setLifeguardException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function getLifeguardException() { return $this->lifeguardException; }
@return string
getLifeguardException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function setOutdoorPool($outdoorPool) { $this->outdoorPool = $outdoorPool; }
@param bool
setOutdoorPool
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function getOutdoorPool() { return $this->outdoorPool; }
@return bool
getOutdoorPool
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function setOutdoorPoolException($outdoorPoolException) { $this->outdoorPoolException = $outdoorPoolException; }
@param string
setOutdoorPoolException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function getOutdoorPoolException() { return $this->outdoorPoolException; }
@return string
getOutdoorPoolException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function setOutdoorPoolsCount($outdoorPoolsCount) { $this->outdoorPoolsCount = $outdoorPoolsCount; }
@param int
setOutdoorPoolsCount
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function getOutdoorPoolsCount() { return $this->outdoorPoolsCount; }
@return int
getOutdoorPoolsCount
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function setOutdoorPoolsCountException($outdoorPoolsCountException) { $this->outdoorPoolsCountException = $outdoorPoolsCountException; }
@param string
setOutdoorPoolsCountException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0
public function getOutdoorPoolsCountException() { return $this->outdoorPoolsCountException; }
@return string
getOutdoorPoolsCountException
php
googleapis/google-api-php-client-services
src/MyBusinessLodging/Pools.php
https://github.com/googleapis/google-api-php-client-services/blob/master/src/MyBusinessLodging/Pools.php
Apache-2.0