ResourceInterface
ResourceInterface
Table of Contents
Methods
- getHashedIdentifier() : string
 - Get hashed identifier
 - getIdentifier() : string
 - Returns the identifier of this file
 - getName() : string
 - Returns the name of this file
 - getParentFolder() : FolderInterface
 - getStorage() : ResourceStorage
 - Get the storage this file is located in
 
Methods
getHashedIdentifier()
Get hashed identifier
    public
                    getHashedIdentifier() : string
    Return values
stringgetIdentifier()
Returns the identifier of this file
    public
                    getIdentifier() : string
    Return values
stringgetName()
Returns the name of this file
    public
                    getName() : string
    Return values
stringgetParentFolder()
    public
                    getParentFolder() : FolderInterface
    Return values
FolderInterfacegetStorage()
Get the storage this file is located in
    public
                    getStorage() : ResourceStorage