Facility
class Facility extends Alvine
Einrichtung auf dem der Code läuft
Constants
CONFIGURATION_NAME |
Name der Konfigurationsdatei |
Properties
protected string | $assemblyClass | ||
protected string | $overrides | ||
protected string | $basePath | ||
protected string | $vendorPath | ||
protected string | $dataPath | ||
protected string | $customisationPath | ||
protected string | $logPath | ||
protected string | $configPath | ||
protected string | $tempPath | ||
protected string | $webPath | ||
protected boolean | $shouldBeCached | ||
protected string | $requestID |
Methods
__construct(string $assemblyClass)
Instanz
setRequestID(string $id)
Setzen der Request-ID (für Web-Requests)
string|null
getRequestID()
RequestID für Webrequests
setBasePath(string $path)
No description
string
getAssemblyClass()
No description
setShouldBeCached(bool $flag)
No description
disableCache()
No description
bool
shouldBeCached()
No description
string|null
getBasePath()
No description
setVendorPath(string $path)
No description
string|null
getVendorPath()
No description
setDataPath(string $path)
No description
string|null
getDataPath()
No description
setCustomisationPath(string $path)
No description
string|null
getCustomisationPath()
No description
setLogPath(string $path)
No description
string|null
getLogPath()
No description
setConfigPath(string $path)
No description
string|null
getConfigPath()
No description
array|null
getOverrides()
No description
setTempPath(string $path)
No description
string|null
getTempPath()
No description
setWebPath(string $path)
No description
string|null
getWebPath()
No description
Details
at line 109
__construct(string $assemblyClass)
Instanz
at line 123
Facility
setRequestID(string $id)
Setzen der Request-ID (für Web-Requests)
at line 133
string|null
getRequestID()
RequestID für Webrequests