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

Public Member Functions

 __construct (string $path)
 
string getFilePath ()
 
string 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()

string TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation::getBaseUrl ( )
Returns
‪string

Definition at line 62 of file FileLocation.php.

References TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation\$baseUrl.

◆ getFilePath()

string TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation::getFilePath ( )
Returns
‪string

Definition at line 54 of file FileLocation.php.

References TYPO3\CMS\Install\SystemEnvironment\ServerResponse\FileLocation\$filePath.

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