‪TYPO3CMS  ‪main
TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation Class Reference

Public Member Functions

 __construct (string $path)
 
 getFilePath ()
 
 getBaseUrl ()
 

Protected Attributes

string $path
 
string $filePath
 
string $baseUrl
 

Detailed Description

References local file path and corresponding HTTP base URL

should only be used from within TYPO3 Core

Definition at line 29 of file FileLocation.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation::__construct ( string  $path)

Member Function Documentation

◆ getBaseUrl()

TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation::getBaseUrl ( )

◆ getFilePath()

TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation::getFilePath ( )

Member Data Documentation

◆ $baseUrl

string TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation::$baseUrl
protected

◆ $filePath

string TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation::$filePath
protected

◆ $path

string TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation::$path
protected