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 getPosition()
{
if (!$this->isPropertyAvailable("Position")) {
return null;
}
return $this->getProperty("Position");
} | @return string | getPosition | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function setPosition($value)
{
$this->setProperty("Position", $value, true);
} | @var string | setPosition | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function getSeparator()
{
if (!$this->isPropertyAvailable("Separator")) {
return null;
}
return $this->getProperty("Separator");
} | @return string | getSeparator | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function setSeparator($value)
{
$this->setProperty("Separator", $value, true);
} | @var string | setSeparator | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function getShowBubbleSize()
{
if (!$this->isPropertyAvailable("ShowBubbleSize")) {
return null;
}
return $this->getProperty("ShowBubbleSize");
} | @return bool | getShowBubbleSize | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function setShowBubbleSize($value)
{
$this->setProperty("ShowBubbleSize", $value, true);
} | @var bool | setShowBubbleSize | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function getShowCategoryName()
{
if (!$this->isPropertyAvailable("ShowCategoryName")) {
return null;
}
return $this->getProperty("ShowCategoryName");
} | @return bool | getShowCategoryName | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function setShowCategoryName($value)
{
$this->setProperty("ShowCategoryName", $value, true);
} | @var bool | setShowCategoryName | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function getShowLegendKey()
{
if (!$this->isPropertyAvailable("ShowLegendKey")) {
return null;
}
return $this->getProperty("ShowLegendKey");
} | @return bool | getShowLegendKey | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function setShowLegendKey($value)
{
$this->setProperty("ShowLegendKey", $value, true);
} | @var bool | setShowLegendKey | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function getShowPercentage()
{
if (!$this->isPropertyAvailable("ShowPercentage")) {
return null;
}
return $this->getProperty("ShowPercentage");
} | @return bool | getShowPercentage | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function setShowPercentage($value)
{
$this->setProperty("ShowPercentage", $value, true);
} | @var bool | setShowPercentage | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function getShowSeriesName()
{
if (!$this->isPropertyAvailable("ShowSeriesName")) {
return null;
}
return $this->getProperty("ShowSeriesName");
} | @return bool | getShowSeriesName | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function setShowSeriesName($value)
{
$this->setProperty("ShowSeriesName", $value, true);
} | @var bool | setShowSeriesName | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function getShowValue()
{
if (!$this->isPropertyAvailable("ShowValue")) {
return null;
}
return $this->getProperty("ShowValue");
} | @return bool | getShowValue | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function setShowValue($value)
{
$this->setProperty("ShowValue", $value, true);
} | @var bool | setShowValue | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function getFormat()
{
if (!$this->isPropertyAvailable("Format")) {
$this->setProperty("Format", new WorkbookChartDataLabelFormat($this->getContext(), new ResourcePath("Format", $this->getResourcePath())));
}
return $this->getProperty("Format");
} | @return WorkbookChartDataLabelFormat | getFormat | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookChartDataLabels.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartDataLabels.php | MIT |
public function getError()
{
if (!$this->isPropertyAvailable("Error")) {
return null;
}
return $this->getProperty("Error");
} | @return string | getError | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookFunctionResult.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFunctionResult.php | MIT |
public function setError($value)
{
$this->setProperty("Error", $value, true);
} | @var string | setError | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookFunctionResult.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFunctionResult.php | MIT |
public function getValue()
{
if (!$this->isPropertyAvailable("Value")) {
return null;
}
return $this->getProperty("Value");
} | @return Json | getValue | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookFunctionResult.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFunctionResult.php | MIT |
public function setValue($value)
{
$this->setProperty("Value", $value, true);
} | @var Json | setValue | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookFunctionResult.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFunctionResult.php | MIT |
public function getIndex()
{
if (!$this->isPropertyAvailable("Index")) {
return null;
}
return $this->getProperty("Index");
} | @return integer | getIndex | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookTableRow.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableRow.php | MIT |
public function setIndex($value)
{
$this->setProperty("Index", $value, true);
} | @var integer | setIndex | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookTableRow.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableRow.php | MIT |
public function getValues()
{
if (!$this->isPropertyAvailable("Values")) {
return null;
}
return $this->getProperty("Values");
} | @return Json | getValues | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookTableRow.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableRow.php | MIT |
public function setValues($value)
{
$this->setProperty("Values", $value, true);
} | @var Json | setValues | php | vgrem/phpSPO | src/OneDrive/Workbooks/WorkbookTableRow.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableRow.php | MIT |
public function getSharepointIds()
{
return $this->getProperty("SharepointIds", new SharepointIds());
} | @return SharepointIds | getSharepointIds | php | vgrem/phpSPO | src/OneDrive/ListItems/ListItem.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ListItems/ListItem.php | MIT |
public function setSharepointIds($value)
{
$this->setProperty("SharepointIds", $value, true);
} | @var SharepointIds | setSharepointIds | php | vgrem/phpSPO | src/OneDrive/ListItems/ListItem.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ListItems/ListItem.php | MIT |
public function getAnalytics()
{
return $this->getProperty("Analytics",
new ItemAnalytics($this->getContext(), new ResourcePath("Analytics", $this->getResourcePath())));
} | @return ItemAnalytics | getAnalytics | php | vgrem/phpSPO | src/OneDrive/ListItems/ListItem.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ListItems/ListItem.php | MIT |
public function getDriveItem()
{
return $this->getProperty("DriveItem",
new DriveItem($this->getContext(), new ResourcePath("DriveItem", $this->getResourcePath())));
} | @return DriveItem | getDriveItem | php | vgrem/phpSPO | src/OneDrive/ListItems/ListItem.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ListItems/ListItem.php | MIT |
public function getContentType()
{
return $this->getProperty("ContentType", new ContentTypeInfo());
} | @return ContentTypeInfo | getContentType | php | vgrem/phpSPO | src/OneDrive/ListItems/ListItem.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ListItems/ListItem.php | MIT |
public function setContentType($value)
{
$this->setProperty("ContentType", $value, true);
} | @var ContentTypeInfo | setContentType | php | vgrem/phpSPO | src/OneDrive/ListItems/ListItem.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ListItems/ListItem.php | MIT |
public function getFields()
{
return $this->getProperty("Fields",
new FieldValueSet($this->getContext(), new ResourcePath("Fields", $this->getResourcePath())));
} | @return FieldValueSet | getFields | php | vgrem/phpSPO | src/OneDrive/ListItems/ListItem.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ListItems/ListItem.php | MIT |
public function getVersions(){
return $this->getProperty("versions",
new EntityCollection($this->getContext(),
new ResourcePath("versions", $this->getResourcePath()),ListItemVersion::class));
} | @return EntityCollection | getVersions | php | vgrem/phpSPO | src/OneDrive/ListItems/ListItem.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ListItems/ListItem.php | MIT |
public function getFields()
{
return $this->getProperty("Fields",
new FieldValueSet($this->getContext(), new ResourcePath("Fields", $this->getResourcePath())));
} | @return FieldValueSet | getFields | php | vgrem/phpSPO | src/OneDrive/ListItems/ListItemVersion.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ListItems/ListItemVersion.php | MIT |
public function getDescription()
{
if (!$this->isPropertyAvailable("Description")) {
return null;
}
return $this->getProperty("Description");
} | @return string | getDescription | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function setDescription($value)
{
$this->setProperty("Description", $value, true);
} | @var string | setDescription | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function getGroup()
{
if (!$this->isPropertyAvailable("Group")) {
return null;
}
return $this->getProperty("Group");
} | @return string | getGroup | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function setGroup($value)
{
$this->setProperty("Group", $value, true);
} | @var string | setGroup | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function getHidden()
{
if (!$this->isPropertyAvailable("Hidden")) {
return null;
}
return $this->getProperty("Hidden");
} | @return bool | getHidden | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function setHidden($value)
{
$this->setProperty("Hidden", $value, true);
} | @var bool | setHidden | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function getName()
{
if (!$this->isPropertyAvailable("Name")) {
return null;
}
return $this->getProperty("Name");
} | @return string | getName | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function setName($value)
{
$this->setProperty("Name", $value, true);
} | @var string | setName | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function getParentId()
{
if (!$this->isPropertyAvailable("ParentId")) {
return null;
}
return $this->getProperty("ParentId");
} | @return string | getParentId | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function setParentId($value)
{
$this->setProperty("ParentId", $value, true);
} | @var string | setParentId | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function getReadOnly()
{
if (!$this->isPropertyAvailable("ReadOnly")) {
return null;
}
return $this->getProperty("ReadOnly");
} | @return bool | getReadOnly | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function setReadOnly($value)
{
$this->setProperty("ReadOnly", $value, true);
} | @var bool | setReadOnly | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function getSealed()
{
if (!$this->isPropertyAvailable("Sealed")) {
return null;
}
return $this->getProperty("Sealed");
} | @return bool | getSealed | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function setSealed($value)
{
$this->setProperty("Sealed", $value, true);
} | @var bool | setSealed | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function getInheritedFrom()
{
if (!$this->isPropertyAvailable("InheritedFrom")) {
return null;
}
return $this->getProperty("InheritedFrom");
} | @return ItemReference | getInheritedFrom | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function setInheritedFrom($value)
{
$this->setProperty("InheritedFrom", $value, true);
} | @var ItemReference | setInheritedFrom | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function getOrder()
{
if (!$this->isPropertyAvailable("Order")) {
return null;
}
return $this->getProperty("Order");
} | @return ContentTypeOrder | getOrder | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function setOrder($value)
{
$this->setProperty("Order", $value, true);
} | @var ContentTypeOrder | setOrder | php | vgrem/phpSPO | src/OneDrive/ContentTypes/ContentType.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/ContentTypes/ContentType.php | MIT |
public function getDisplayName()
{
return $this->getProperty("DisplayName");
} | @return string | getDisplayName | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function setDisplayName($value)
{
$this->setProperty("DisplayName", $value, true);
} | @var string | setDisplayName | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function getDrive()
{
return $this->getProperty("Drive",
new Drive($this->getContext(), new ResourcePath("Drive", $this->getResourcePath())));
} | @return Drive | getDrive | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function getOnenote()
{
return $this->getProperty("Onenote",
new Onenote($this->getContext(), new ResourcePath("Onenote", $this->getResourcePath())));
} | @return Onenote | getOnenote | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function getRoot()
{
return $this->getProperty("Root", new Root());
} | @return Root | getRoot | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function setRoot($value)
{
$this->setProperty("Root", $value, true);
} | @var Root | setRoot | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function getSharepointIds()
{
return $this->getProperty("SharepointIds", new SharepointIds());
} | @return SharepointIds | getSharepointIds | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function setSharepointIds($value)
{
$this->setProperty("SharepointIds", $value, true);
} | @var SharepointIds | setSharepointIds | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function getSiteCollection()
{
return $this->getProperty("SiteCollection", new SiteCollection());
} | @return SiteCollection | getSiteCollection | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function setSiteCollection($value)
{
$this->setProperty("SiteCollection", $value, true);
} | @var SiteCollection | setSiteCollection | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function getAnalytics()
{
return $this->getProperty("Analytics",
new ItemAnalytics($this->getContext(), new ResourcePath("Analytics", $this->getResourcePath())));
} | @return ItemAnalytics | getAnalytics | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function getSites()
{
return $this->getProperty("Sites", new SiteCollection());
} | @return SiteCollection | getSites | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function getDrives()
{
return $this->getProperty("Drives",
new DriveCollection($this->getContext(), new ResourcePath("Drives", $this->getResourcePath())));
} | @return DriveCollection | getDrives | php | vgrem/phpSPO | src/OneDrive/Sites/Site.php | https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Sites/Site.php | MIT |
public function getLastUsed()
{
if (!$this->isPropertyAvailable("LastUsed")) {
return null;
}
return $this->getProperty("LastUsed");
} | @return UsageDetails | getLastUsed | php | vgrem/phpSPO | src/Insights/UsedInsight.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/UsedInsight.php | MIT |
public function setLastUsed($value)
{
$this->setProperty("LastUsed", $value, true);
} | @var UsageDetails | setLastUsed | php | vgrem/phpSPO | src/Insights/UsedInsight.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/UsedInsight.php | MIT |
public function getResourceVisualization()
{
if (!$this->isPropertyAvailable("ResourceVisualization")) {
return null;
}
return $this->getProperty("ResourceVisualization");
} | @return ResourceVisualization | getResourceVisualization | php | vgrem/phpSPO | src/Insights/UsedInsight.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/UsedInsight.php | MIT |
public function setResourceVisualization($value)
{
$this->setProperty("ResourceVisualization", $value, true);
} | @var ResourceVisualization | setResourceVisualization | php | vgrem/phpSPO | src/Insights/UsedInsight.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/UsedInsight.php | MIT |
public function getResourceReference()
{
if (!$this->isPropertyAvailable("ResourceReference")) {
return null;
}
return $this->getProperty("ResourceReference");
} | @return ResourceReference | getResourceReference | php | vgrem/phpSPO | src/Insights/UsedInsight.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/UsedInsight.php | MIT |
public function setResourceReference($value)
{
$this->setProperty("ResourceReference", $value, true);
} | @var ResourceReference | setResourceReference | php | vgrem/phpSPO | src/Insights/UsedInsight.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/UsedInsight.php | MIT |
public function getWeight()
{
if (!$this->isPropertyAvailable("Weight")) {
return null;
}
return $this->getProperty("Weight");
} | @return double | getWeight | php | vgrem/phpSPO | src/Insights/Trending.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/Trending.php | MIT |
public function setWeight($value)
{
$this->setProperty("Weight", $value, true);
} | @var double | setWeight | php | vgrem/phpSPO | src/Insights/Trending.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/Trending.php | MIT |
public function getResource()
{
if (!$this->isPropertyAvailable("Resource")) {
$this->setProperty("Resource", new Entity($this->getContext(), new ResourcePath("Resource", $this->getResourcePath())));
}
return $this->getProperty("Resource");
} | @return Entity | getResource | php | vgrem/phpSPO | src/Insights/Trending.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/Trending.php | MIT |
public function getResourceVisualization()
{
if (!$this->isPropertyAvailable("ResourceVisualization")) {
return null;
}
return $this->getProperty("ResourceVisualization");
} | @return ResourceVisualization | getResourceVisualization | php | vgrem/phpSPO | src/Insights/Trending.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/Trending.php | MIT |
public function setResourceVisualization($value)
{
$this->setProperty("ResourceVisualization", $value, true);
} | @var ResourceVisualization | setResourceVisualization | php | vgrem/phpSPO | src/Insights/Trending.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/Trending.php | MIT |
public function getResourceReference()
{
if (!$this->isPropertyAvailable("ResourceReference")) {
return null;
}
return $this->getProperty("ResourceReference");
} | @return ResourceReference | getResourceReference | php | vgrem/phpSPO | src/Insights/Trending.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/Trending.php | MIT |
public function setResourceReference($value)
{
$this->setProperty("ResourceReference", $value, true);
} | @var ResourceReference | setResourceReference | php | vgrem/phpSPO | src/Insights/Trending.php | https://github.com/vgrem/phpSPO/blob/master/src/Insights/Trending.php | MIT |
private function addReportQuery($name,$period=null){
$qry = new InvokeMethodQuery($this, $name);
if(!is_null($period))
$qry->MethodParameters = array("period" => $period);
$this->getContext()->getPendingRequest()->beforeExecuteRequestOnce(function (RequestOptions $request){
$request->FollowLocation = true;
});
$reportResult = new ClientResult($this->getContext(),new Report());
$this->getContext()->addQueryAndResultObject($qry, $reportResult);
return $reportResult;
} | @param $name string
@param $period string
@return ClientResult | addReportQuery | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365ActivationsUserDetail(){
return $this->addReportQuery("getOffice365ActivationsUserDetail");
} | Get details about users who have activated Microsoft 365.
@return ClientResult | getOffice365ActivationsUserDetail | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365ActivationCounts(){
return $this->addReportQuery("getOffice365ActivationCounts");
} | Get the count of Microsoft 365 activations on desktops and devices.
@return ClientResult | getOffice365ActivationCounts | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365ActivationsUserCounts(){
return $this->addReportQuery("getOffice365ActivationsUserCounts");
} | Get the count of users that are enabled and those that have activated the Office subscription on
desktop or devices or shared computers.
@return ClientResult | getOffice365ActivationsUserCounts | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365ActiveUserDetail($period){
return $this->addReportQuery("getOffice365ActiveUserDetail",$period);
} | Get details about Microsoft 365 active users.
@return ClientResult | getOffice365ActiveUserDetail | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365ActiveUserCounts($period){
return $this->addReportQuery("getOffice365ActiveUserCounts",$period);
} | Get the count of daily active users in the reporting period by product.
@return ClientResult | getOffice365ActiveUserCounts | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365ServicesUserCounts($period){
return $this->addReportQuery("getOffice365ServicesUserCounts",$period);
} | Get the count of users by activity type and service.
@return ClientResult | getOffice365ServicesUserCounts | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365GroupsActivityDetail($period){
return $this->addReportQuery("getOffice365GroupsActivityDetail",$period);
} | Get details about Microsoft 365 groups activity by group.
@return ClientResult | getOffice365GroupsActivityDetail | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365GroupsActivityCounts($period){
return $this->addReportQuery("getOffice365GroupsActivityCounts",$period);
} | Get the number of group activities across group workloads.
@return ClientResult | getOffice365GroupsActivityCounts | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365GroupsActivityGroupCounts($period){
return $this->addReportQuery("getOffice365GroupsActivityGroupCounts",$period);
} | Get the daily total number of groups and how many of them were active based on email conversations,
Yammer posts, and SharePoint file activities.
@return ClientResult | getOffice365GroupsActivityGroupCounts | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365GroupsActivityStorage($period){
return $this->addReportQuery("getOffice365GroupsActivityStorage",$period);
} | Get the total storage used across all group mailboxes and group sites.
@return ClientResult | getOffice365GroupsActivityStorage | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
function getOffice365GroupsActivityFileCounts($period){
return $this->addReportQuery("getOffice365GroupsActivityFileCounts",$period);
} | Get the total number of files and how many of them were active across all group sites associated with
a Microsoft 365 group.
@return ClientResult | getOffice365GroupsActivityFileCounts | php | vgrem/phpSPO | src/Reports/ReportRoot.php | https://github.com/vgrem/phpSPO/blob/master/src/Reports/ReportRoot.php | MIT |
public function getOrderHint()
{
return $this->getProperty("OrderHint");
} | Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined [here](planner-order-hint-format.md).
@return string | getOrderHint | php | vgrem/phpSPO | src/Planner/PlannerProgressTaskBoardTaskFormat.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/PlannerProgressTaskBoardTaskFormat.php | MIT |
public function setOrderHint($value)
{
return $this->setProperty("OrderHint", $value, true);
} | Hint value used to order the task on the Progress view of the Task Board. The format is defined as outlined [here](planner-order-hint-format.md).
@return self
@var string | setOrderHint | php | vgrem/phpSPO | src/Planner/PlannerProgressTaskBoardTaskFormat.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/PlannerProgressTaskBoardTaskFormat.php | MIT |
public function getCreatedBy()
{
return $this->getProperty("CreatedBy", new IdentitySet());
} | Read-only. The user who created the plan.
@return IdentitySet | getCreatedBy | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlan.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlan.php | MIT |
public function setCreatedBy($value)
{
$this->setProperty("CreatedBy", $value, true);
} | Read-only. The user who created the plan.
@var IdentitySet | setCreatedBy | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlan.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlan.php | MIT |
public function getOwner()
{
return $this->getProperty("Owner");
} | ID of the [Group](group.md) that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated.
@return string | getOwner | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlan.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlan.php | MIT |
public function setOwner($value)
{
$this->setProperty("Owner", $value, true);
} | ID of the [Group](group.md) that owns the plan. A valid group must exist before this field can be set. After it is set, this property can’t be updated.
@var string | setOwner | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlan.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlan.php | MIT |
public function getTitle()
{
return $this->getProperty("Title");
} | Required. Title of the plan.
@return string | getTitle | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlan.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlan.php | MIT |
public function setTitle($value)
{
$this->setProperty("Title", $value, true);
} | Required. Title of the plan.
@var string | setTitle | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlan.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlan.php | MIT |
public function getDetails()
{
return $this->getProperty("Details",
new PlannerPlanDetails($this->getContext(),new ResourcePath("Details", $this->getResourcePath())));
} | Read-only. Nullable. Additional details about the plan.
@return PlannerPlanDetails | getDetails | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlan.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlan.php | MIT |
public function getSharedWith()
{
return $this->getProperty("SharedWith", new PlannerUserIds());
} | Set of user ids that this plan is shared with. If you are leveraging Office 365 Groups, use the Groups API to manage group membership to share the [group's](group.md) plan. You can also add existing members of the group to this collection though it is not required for them to access the plan owned by the group.
@return PlannerUserIds | getSharedWith | php | vgrem/phpSPO | src/Planner/Plans/PlannerPlanDetails.php | https://github.com/vgrem/phpSPO/blob/master/src/Planner/Plans/PlannerPlanDetails.php | MIT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.