TemporaryLink
class TemporaryLink extends BaseModel (View source)
Properties
protected array | $data | Model Data | from BaseModel |
protected string | $link | The temporary link | |
protected FileMetadata | $metadata | File Metadata |
Methods
__construct(array $data)
Create a new TemporaryLink instance
mixed|null
__set(string $property, string $value)
Handle calls to undefined properties.
from BaseModel
setMetadata()
Set Metadata
getMetadata()
The metadata for the file
string
getLink()
Get the temporary link
Details
at line line 29
__construct(array $data)
Create a new TemporaryLink instance
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.
mixed|null
__set(string $property, string $value)
Handle calls to undefined properties.
Sets an item with the defined value on the data property.
at line line 39
protected
setMetadata()
Set Metadata
at line line 52
FileMetadata
getMetadata()
The metadata for the file
at line line 62
string
getLink()
Get the temporary link