Krizalys Onedrive Proxy EntityProxy - krizalys/onedrive-php-sdk GitHub Wiki

Krizalys\Onedrive\Proxy\EntityProxy

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

  • Class name: EntityProxy
  • Namespace: Krizalys\Onedrive\Proxy

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

Methods

__construct

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

Constructor.

  • Visibility: public

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.

  • Visibility: public

Arguments

  • $name string - The name.