Method |
Description |
|
__construct ( ) |
Import the back end user object |
|
addBreadcrumb ( ) |
Add the breadcrumb menu |
|
addFileLocation ( DataContainer $dc ) : string |
Add the file location instead of the help text (see #6503) |
|
checkFilename ( string $varValue, DataContainer $dc ) : mixed |
Check a file name and romanize it |
|
checkImportantPart ( DataContainer $dc ) |
Only show the important part fields for images |
|
checkPermission ( ) |
Check permissions to edit the file system |
|
copyFile ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the copy file button |
|
cutFile ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the cut file button |
|
deleteFile ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the delete file button |
|
editFile ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the edit file button |
|
editSource ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the edit file source button |
|
protectFolder ( DataContainer $dc ) : string |
Return a checkbox to delete session data |
|
showFile ( array $row, string $href, string $label, string $title, string $icon, string $attributes ) : string |
Return the show file button |
|
syncFiles ( string $href, string $label, string $title, string $class, string $attributes ) : string |
Return the sync files button |
|