FileSharingInfo
class FileSharingInfo extends BaseModel (View source)
Properties
protected array | $data | Model Data | from BaseModel |
protected bool | $read_only | True if the file or folder is inside a read-only shared folder. | |
protected string | $parent_shared_folder_id | ID of shared folder that holds this file. | |
protected string | $modified_by | The last user who modified the file. |
Methods
__construct(array $data)
Create a new File Sharing Info instance
mixed|null
__set(string $property, string $value)
Handle calls to undefined properties.
from BaseModel
bool
isReadOnly()
True if the file or folder is inside a read-only shared folder.
string
getParentSharedFolderId()
ID of shared folder that holds this file.
string
getModifiedBy()
Get the last user who modified the file.
Details
at line line 34
__construct(array $data)
Create a new File Sharing Info 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 47
bool
isReadOnly()
True if the file or folder is inside a read-only shared folder.
at line line 57
string
getParentSharedFolderId()
ID of shared folder that holds this file.
at line line 67
string
getModifiedBy()
Get the last user who modified the file.