Krizalys Onedrive Proxy BaseItemProxy - krizalys/onedrive-php-sdk GitHub Wiki
Krizalys\Onedrive\Proxy\BaseItemProxy
A proxy to a \Microsoft\Graph\Model\BaseItem instance.
- Class name: BaseItemProxy
- 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
$createdBy
public \Krizalys\Onedrive\Proxy\IdentitySetProxy $createdBy
The "created by" identity set.
- Visibility: public
$createdDateTime
public \DateTime $createdDateTime
The created date/time.
- Visibility: public
$description
public string $description
The description.
- Visibility: public
$eTag
public string $eTag
The ETag.
- 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
$parentReference
public \Krizalys\Onedrive\Proxy\ItemReferenceProxy $parentReference
The parent reference.
- Visibility: public
$webUrl
public \Krizalys\Onedrive\Proxy\UserProxy $webUrl
The web URL.
- Visibility: public
$createdByUser
public \Krizalys\Onedrive\Proxy\UserProxy $createdByUser
The "created by" user.
- Visibility: public
$lastModifiedByUser
public \Krizalys\Onedrive\Proxy\UserProxy $lastModifiedByUser
The "last modified by" user.
- 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.