TYPO3  7.6
Public Attributes | List of all members
ResourceStorageInterface Interface Reference
Inheritance diagram for ResourceStorageInterface:
ResourceStorage

Public Attributes

const SIGNAL_SanitizeFileName = 'sanitizeFileName'
 
const SIGNAL_PreFileAdd = 'preFileAdd'
 
const SIGNAL_PostFileAdd = 'postFileAdd'
 
const SIGNAL_PostFileCreate = 'postFileCreate'
 
const SIGNAL_PreFileCopy = 'preFileCopy'
 
const SIGNAL_PostFileCopy = 'postFileCopy'
 
const SIGNAL_PreFileMove = 'preFileMove'
 
const SIGNAL_PostFileMove = 'postFileMove'
 
const SIGNAL_PreFileDelete = 'preFileDelete'
 
const SIGNAL_PostFileDelete = 'postFileDelete'
 
const SIGNAL_PreFileRename = 'preFileRename'
 
const SIGNAL_PostFileRename = 'postFileRename'
 
const SIGNAL_PreFileReplace = 'preFileReplace'
 
const SIGNAL_PostFileReplace = 'postFileReplace'
 
const SIGNAL_PostFileSetContents = 'postFileSetContents'
 
const SIGNAL_PreFolderAdd = 'preFolderAdd'
 
const SIGNAL_PostFolderAdd = 'postFolderAdd'
 
const SIGNAL_PreFolderCopy = 'preFolderCopy'
 
const SIGNAL_PostFolderCopy = 'postFolderCopy'
 
const SIGNAL_PreFolderMove = 'preFolderMove'
 
const SIGNAL_PostFolderMove = 'postFolderMove'
 
const SIGNAL_PreFolderDelete = 'preFolderDelete'
 
const SIGNAL_PostFolderDelete = 'postFolderDelete'
 
const SIGNAL_PreFolderRename = 'preFolderRename'
 
const SIGNAL_PostFolderRename = 'postFolderRename'
 
const SIGNAL_PreGeneratePublicUrl = 'preGeneratePublicUrl'
 
const CAPABILITY_BROWSABLE = 1
 
const CAPABILITY_PUBLIC = 2
 
const CAPABILITY_WRITABLE = 4
 
const DEFAULT_ProcessingFolder = '_processed_'
 

Detailed Description

The interface for a resource storage containing all constants

Definition at line 21 of file ResourceStorageInterface.php.

Member Data Documentation

const CAPABILITY_BROWSABLE = 1

Capability for being browsable by (backend) users

Definition at line 53 of file ResourceStorageInterface.php.

Referenced by LocalDriver\__construct().

const CAPABILITY_PUBLIC = 2

Capability for publicly accessible storages (= accessible from the web)

Definition at line 57 of file ResourceStorageInterface.php.

Referenced by LocalDriver\__construct(), and LocalDriver\determineBaseUrl().

const CAPABILITY_WRITABLE = 4

Capability for writable storages. This only signifies writability in general - this might also be further limited by configuration.

Definition at line 62 of file ResourceStorageInterface.php.

Referenced by LocalDriver\__construct().

const DEFAULT_ProcessingFolder = '_processed_'

Name of the default processing folder

Definition at line 66 of file ResourceStorageInterface.php.

const SIGNAL_PostFileAdd = 'postFileAdd'

Definition at line 25 of file ResourceStorageInterface.php.

const SIGNAL_PostFileCopy = 'postFileCopy'

Definition at line 28 of file ResourceStorageInterface.php.

const SIGNAL_PostFileCreate = 'postFileCreate'

Definition at line 26 of file ResourceStorageInterface.php.

const SIGNAL_PostFileDelete = 'postFileDelete'

Definition at line 32 of file ResourceStorageInterface.php.

const SIGNAL_PostFileMove = 'postFileMove'

Definition at line 30 of file ResourceStorageInterface.php.

const SIGNAL_PostFileRename = 'postFileRename'

Definition at line 34 of file ResourceStorageInterface.php.

const SIGNAL_PostFileReplace = 'postFileReplace'

Definition at line 36 of file ResourceStorageInterface.php.

const SIGNAL_PostFileSetContents = 'postFileSetContents'

Definition at line 37 of file ResourceStorageInterface.php.

const SIGNAL_PostFolderAdd = 'postFolderAdd'

Definition at line 39 of file ResourceStorageInterface.php.

const SIGNAL_PostFolderCopy = 'postFolderCopy'

Definition at line 41 of file ResourceStorageInterface.php.

const SIGNAL_PostFolderDelete = 'postFolderDelete'

Definition at line 45 of file ResourceStorageInterface.php.

const SIGNAL_PostFolderMove = 'postFolderMove'

Definition at line 43 of file ResourceStorageInterface.php.

const SIGNAL_PostFolderRename = 'postFolderRename'

Definition at line 47 of file ResourceStorageInterface.php.

const SIGNAL_PreFileAdd = 'preFileAdd'

Definition at line 24 of file ResourceStorageInterface.php.

const SIGNAL_PreFileCopy = 'preFileCopy'

Definition at line 27 of file ResourceStorageInterface.php.

const SIGNAL_PreFileDelete = 'preFileDelete'

Definition at line 31 of file ResourceStorageInterface.php.

const SIGNAL_PreFileMove = 'preFileMove'

Definition at line 29 of file ResourceStorageInterface.php.

const SIGNAL_PreFileRename = 'preFileRename'

Definition at line 33 of file ResourceStorageInterface.php.

const SIGNAL_PreFileReplace = 'preFileReplace'

Definition at line 35 of file ResourceStorageInterface.php.

const SIGNAL_PreFolderAdd = 'preFolderAdd'

Definition at line 38 of file ResourceStorageInterface.php.

const SIGNAL_PreFolderCopy = 'preFolderCopy'

Definition at line 40 of file ResourceStorageInterface.php.

const SIGNAL_PreFolderDelete = 'preFolderDelete'

Definition at line 44 of file ResourceStorageInterface.php.

const SIGNAL_PreFolderMove = 'preFolderMove'

Definition at line 42 of file ResourceStorageInterface.php.

const SIGNAL_PreFolderRename = 'preFolderRename'

Definition at line 46 of file ResourceStorageInterface.php.

const SIGNAL_PreGeneratePublicUrl = 'preGeneratePublicUrl'

Definition at line 48 of file ResourceStorageInterface.php.

const SIGNAL_SanitizeFileName = 'sanitizeFileName'

Definition at line 23 of file ResourceStorageInterface.php.