Skip to content

Krizalys Onedrive Proxy ItemReferenceProxy

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

Krizalys\Onedrive\Proxy\ItemReferenceProxy

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

Properties

$graph

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

$entity

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

$id

public string $id

The ID.

  • Visibility: public

$driveId

public string $driveId

The drive ID.

  • Visibility: public

$driveType

public string $driveType

The drive type.

  • Visibility: public

$path

public string $path

The path.

  • Visibility: public

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