SystemResourceInterface extends StaticResourceInterface
This interface is public API and can be referenced in third party code or throughout the TYPO3 core.
Implementations of this interface are internal though and must only happen in TYPO3\CMS\Core\SystemResource namespace
Table of Contents
Methods
- getContents() : string
- getExtension() : string
- getHash() : string
- getMimeType() : string
- getName() : string
- getNameWithoutExtension() : string
- getResourceIdentifier() : string
Methods
getContents()
public
getContents() : string
Tags
Return values
stringgetExtension()
public
getExtension() : string
Return values
stringgetHash()
public
getHash() : string
Return values
stringgetMimeType()
public
getMimeType() : string
Return values
stringgetName()
public
getName() : string
Return values
stringgetNameWithoutExtension()
public
getNameWithoutExtension() : string
Return values
stringgetResourceIdentifier()
public
getResourceIdentifier() : string