Krizalys Onedrive Proxy SharedProxy - krizalys/onedrive-php-sdk GitHub Wiki
Krizalys\Onedrive\Proxy\SharedProxy
A proxy to a \Microsoft\Graph\Model\Shared instance.
- Class name: SharedProxy
- Namespace: Krizalys\Onedrive\Proxy
- Parent class: Krizalys\Onedrive\Proxy\EntityProxy
Properties
$graph
protected \Microsoft\Graph\Graph $graph
- Visibility: protected
$entity
protected \Microsoft\Graph\Model\Entity $entity
- Visibility: protected
$owner
public \Krizalys\Onedrive\Proxy\IdentitySetProxy $owner
The owner.
- Visibility: public
$scope
public string $scope
The scope.
- Visibility: public
$sharedBy
public \Krizalys\Onedrive\Proxy\IdentitySetProxy $sharedBy
The shared by.
- Visibility: public
$sharedDateTime
public \DateTime $sharedDateTime
The shared date/time.
- Visibility: public
$id
public string $id
The ID.
- Visibility: public
- This property is defined by Krizalys\Onedrive\Proxy\EntityProxy
Methods
__construct
mixed Krizalys\Onedrive\Proxy\EntityProxy::__construct(\Microsoft\Graph\Graph $graph, \Microsoft\Graph\Model\Entity $entity)
Constructor.
- Visibility: public
- This method is defined by Krizalys\Onedrive\Proxy\EntityProxy
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
- This method is defined by Krizalys\Onedrive\Proxy\EntityProxy
Arguments
- $name string - The name.