Skip to content

Krizalys Onedrive Proxy RemoteItemProxy

Christophe Vidal edited this page Aug 4, 2019 · 1 revision

Krizalys\Onedrive\Proxy\RemoteItemProxy

A proxy to a \Microsoft\Graph\Model\RemoteItem instance.

Properties

$graph

protected \Microsoft\Graph\Graph $graph
  • Visibility: protected

$entity

protected \Microsoft\Graph\Model\Entity $entity
  • Visibility: protected

$createdBy

public \Krizalys\Onedrive\Proxy\IdentitySetProxy $createdBy

The "created by" identity set.

  • Visibility: public

$createdDateTime

public \DateTime $createdDateTime

The created date/time.

  • Visibility: public

$file

public \Krizalys\Onedrive\Proxy\FileProxy $file

The file.

  • Visibility: public

$fileSystemInfo

public \Krizalys\Onedrive\Proxy\FileSystemInfoProxy $fileSystemInfo

The file system info.

  • Visibility: public

$folder

public \Krizalys\Onedrive\Proxy\FolderProxy $folder

The folder.

  • Visibility: public

$lastModifiedBy

public \Krizalys\Onedrive\Proxy\IdentitySetProxy $lastModifiedBy

The "last modified by" identity set.

  • Visibility: public

$lastModifiedDateTime

public \DateTime $lastModifiedDateTime

The last modified date/time.

  • Visibility: public

$name

public string $name

The name.

  • Visibility: public

$package

public \Krizalys\Onedrive\Proxy\PackageProxy $package

The package.

  • Visibility: public

$parentReference

public \Krizalys\Onedrive\Proxy\ItemReferenceProxy $parentReference

The parent reference.

  • Visibility: public

$shared

public \Krizalys\Onedrive\Proxy\SharedProxy $shared

The shared.

  • Visibility: public

$sharepointIds

public \Krizalys\Onedrive\Proxy\SharepointIdsProxy $sharepointIds

The sharepoint IDs.

  • Visibility: public

$size

public integer $size

The size.

  • Visibility: public

$specialFolder

public \Krizalys\Onedrive\Proxy\SpecialFolderProxy $specialFolder

The special folder.

  • Visibility: public

$webDavUrl

public string $webDavUrl

The WebDAV URL.

  • Visibility: public

$webUrl

public string $webUrl

The web URL.

  • Visibility: public

$id

public string $id

The ID.

Methods

__construct

mixed Krizalys\Onedrive\Proxy\EntityProxy::__construct(\Microsoft\Graph\Graph $graph, \Microsoft\Graph\Model\Entity $entity)

Constructor.

Arguments

  • $graph Microsoft\Graph\Graph - The Microsoft Graph.
  • $entity Microsoft\Graph\Model\Entity - The entity.

__get

mixed Krizalys\Onedrive\Proxy\EntityProxy::__get(string $name)

Getter.

Arguments

  • $name string - The name.
Clone this wiki locally