FileLocation
References local file path and corresponding HTTP base URL
should only be used from within TYPO3 Core
Table of Contents
Properties
- $filePath : string
Methods
- __construct() : mixed
- getBaseUrl() : string
- getFilePath() : string
Properties
$filePath
protected
string
$filePath
Methods
__construct()
public
__construct(string $path) : mixed
Parameters
- $path : string
getBaseUrl()
public
getBaseUrl(ServerRequestInterface $request) : string
Parameters
- $request : ServerRequestInterface
Return values
stringgetFilePath()
public
getFilePath() : string