class DeletedMetadata extends BaseModel (View source)

Properties

protected array $data Model Data from BaseModel
protected string $name The last component of the path (including extension)
protected string $path_lower The lowercased full path in the user's Dropbox
protected FileSharingInfo $sharing_info Set if this file is contained in a shared folder
protected $path_display The cased path to be used for display purposes only.

Methods

__construct(array $data)

Create a new DeletedtMetadata instance

array
getData()

Get the Model data

from BaseModel
mixed
getDataProperty(string $property)

Get Data Property

from BaseModel
mixed|null
__get(string $property)

Handle calls to undefined properties.

from BaseModel
mixed|null
__set(string $property, string $value)

Handle calls to undefined properties.

from BaseModel
string
getName()

Get the 'name' property of the metadata.

string
getPathLower()

Get the 'path_lower' property of the metadata.

string
getPathDisplay()

Get the 'path_display' property of the metadata.

getSharingInfo()

Get the 'sharing_info' property of the file model.

Details

at line line 40
__construct(array $data)

Create a new DeletedtMetadata instance

Parameters

array $data

in BaseModel at line line 29
array getData()

Get the Model data

Return Value

array

in BaseModel at line line 41
mixed getDataProperty(string $property)

Get Data Property

Parameters

string $property

Return Value

mixed

in BaseModel at line line 56
mixed|null __get(string $property)

Handle calls to undefined properties.

Check whether an item with the key, same as the property, is available on the data property.

Parameters

string $property

Return Value

mixed|null

in BaseModel at line line 75
mixed|null __set(string $property, string $value)

Handle calls to undefined properties.

Sets an item with the defined value on the data property.

Parameters

string $property
string $value

Return Value

mixed|null

at line line 54
string getName()

Get the 'name' property of the metadata.

Return Value

string

at line line 64
string getPathLower()

Get the 'path_lower' property of the metadata.

Return Value

string

at line line 74
string getPathDisplay()

Get the 'path_display' property of the metadata.

Return Value

string

at line line 84
FileSharingInfo getSharingInfo()

Get the 'sharing_info' property of the file model.

Return Value

FileSharingInfo