Stud.IP
5.4
|
Public Member Functions | |
__construct ($fileref=null) | |
__get ($name) | |
__set ($name, $value) | |
__isset ($name) | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
getIcon ($role) | |
getId () | |
getFilename () | |
getUserId () | |
getUserName () | |
getUser () | |
getSize () | |
getDownloadURL () | |
getDownloads () | |
getPath () | |
getLastChangeDate () | |
getMakeDate () | |
getDescription () | |
getMimeType () | |
getTermsOfUse () | |
getActionmenu () | |
getInfoDialogButtons (array $extra_link_params=[]) | |
delete () | |
getFolderType () | |
isVisible ($user_id=null) | |
isDownloadable ($user_id=null) | |
isEditable ($user_id=null) | |
isWritable ($user_id=null) | |
convertToStandardFile () | |
getContentForAdditionalColumn ($column_index) | |
getAdditionalColumnOrderWeigh ($column_index) | |
getInfoTemplate (bool $include_downloadable_infos=false) | |
getAccessibility () | |
Protected Attributes | |
$fileref = null | |
__construct | ( | $fileref = null | ) |
__get | ( | $name | ) |
magic method for dynamic properties
__isset | ( | $name | ) |
magic method for dynamic properties
__set | ( | $name, | |
$value | |||
) |
magic method for dynamic properties
convertToStandardFile | ( | ) |
Implements FileType.
delete | ( | ) |
Implements FileType.
getAccessibility | ( | ) |
Implements FileType.
getActionmenu | ( | ) |
Implements FileType.
getAdditionalColumnOrderWeigh | ( | $column_index | ) |
Implements FileType.
getContentForAdditionalColumn | ( | $column_index | ) |
Implements FileType.
getDescription | ( | ) |
Implements FileType.
getDownloads | ( | ) |
Implements FileType.
getDownloadURL | ( | ) |
Implements FileType.
getFilename | ( | ) |
Implements FileType.
getFolderType | ( | ) |
Implements FileType.
getIcon | ( | $role | ) |
Implements FileType.
getId | ( | ) |
Implements FileType.
getInfoDialogButtons | ( | array | $extra_link_params = [] | ) |
Implements FileType.
getLastChangeDate | ( | ) |
Implements FileType.
getMakeDate | ( | ) |
Implements FileType.
getMimeType | ( | ) |
Implements FileType.
getPath | ( | ) |
Implements FileType.
getSize | ( | ) |
Implements FileType.
getTermsOfUse | ( | ) |
Implements FileType.
getUser | ( | ) |
Implements FileType.
getUserId | ( | ) |
Implements FileType.
getUserName | ( | ) |
Implements FileType.
isDownloadable | ( | $user_id = null | ) |
Implements FileType.
isEditable | ( | $user_id = null | ) |
Implements FileType.
isVisible | ( | $user_id = null | ) |
Implements FileType.
isWritable | ( | $user_id = null | ) |
Implements FileType.
offsetExists | ( | $offset | ) |
ArrayAccess: Check whether the given offset exists.
offsetGet | ( | $offset | ) |
ArrayAccess: Get the value at the given offset.
offsetSet | ( | $offset, | |
$value | |||
) |
ArrayAccess: Set the value at the given offset.
offsetUnset | ( | $offset | ) |
ArrayAccess: unset the value at the given offset (not applicable)
|
protected |