![]() |
TYPO3
7.6
|
Public Member Functions | |
getSubfolders () | |
getSubfolder ($name) | |
hasFolder ($name) | |
hasFile ($name) | |
rename ($newName) | |
delete () | |
![]() | |
getIdentifier () | |
getName () | |
getStorage () | |
getHashedIdentifier () | |
getParentFolder () | |
Public Attributes | |
const | ROLE_DEFAULT = 'default' |
const | ROLE_RECYCLER = 'recycler' |
const | ROLE_PROCESSING = 'processing' |
const | ROLE_TEMPORARY = 'temporary' |
const | ROLE_USERUPLOAD = 'userupload' |
const | ROLE_MOUNT = 'mount' |
const | ROLE_READONLY_MOUNT = 'readonly-mount' |
const | ROLE_USER_MOUNT = 'user-mount' |
Interface for folders
Definition at line 20 of file FolderInterface.php.
delete | ( | ) |
Deletes this folder from its storage. This also means that this object becomes useless.
getSubfolder | ( | $name | ) |
Returns the object for a subfolder of the current folder, if it exists.
string | $name | Name of the subfolder |
Implemented in Folder, and InaccessibleFolder.
Referenced by ResourceStorage\copyFolder().
getSubfolders | ( | ) |
Returns a list of all subfolders
hasFile | ( | $name | ) |
Checks if a file exists in this folder
string | $name |
Implemented in Folder, and InaccessibleFolder.
hasFolder | ( | $name | ) |
Checks if a folder exists in this folder.
string | $name |
Implemented in Folder, and InaccessibleFolder.
rename | ( | $newName | ) |
Renames this folder.
string | $newName |
Implemented in Folder, and InaccessibleFolder.
const ROLE_DEFAULT = 'default' |
Roles for folders
Definition at line 25 of file FolderInterface.php.
Referenced by LocalDriver\getRole(), and ResourceStorage\getRole().
const ROLE_MOUNT = 'mount' |
Definition at line 30 of file FolderInterface.php.
Referenced by ResourceStorage\getRole().
const ROLE_PROCESSING = 'processing' |
Definition at line 27 of file FolderInterface.php.
Referenced by ResourceStorage\getRole().
const ROLE_READONLY_MOUNT = 'readonly-mount' |
Definition at line 31 of file FolderInterface.php.
Referenced by IconFactory\getIconForResource(), and ResourceStorage\getRole().
const ROLE_RECYCLER = 'recycler' |
Definition at line 26 of file FolderInterface.php.
Referenced by IconFactory\getIconForResource().
const ROLE_TEMPORARY = 'temporary' |
Definition at line 28 of file FolderInterface.php.
Referenced by IconFactory\getIconForResource().
const ROLE_USER_MOUNT = 'user-mount' |
Definition at line 32 of file FolderInterface.php.
Referenced by IconFactory\getIconForResource(), and ResourceStorage\getRole().
const ROLE_USERUPLOAD = 'userupload' |
Definition at line 29 of file FolderInterface.php.