WebserverType : string
This enum is only meant to be used within EXT:install and is not part of the TYPO3 Core API.
Table of Contents
Cases
- Apache = 'apache'
- MicrosoftInternetInformationServer = 'iis'
- Other = 'other'
Methods
- fromRequest() : self
- fromType() : self
- getDescriptions() : array<string, non-empty-string>
- isApacheServer() : bool
- isMicrosoftInternetInformationServer() : bool
Cases
Apache
MicrosoftInternetInformationServer
Other
Methods
fromRequest()
public
static fromRequest(ServerRequestInterface $request) : self
Parameters
- $request : ServerRequestInterface
Return values
selffromType()
public
static fromType(string $type) : self
Parameters
- $type : string
Return values
selfgetDescriptions()
public
static getDescriptions() : array<string, non-empty-string>
Return values
array<string, non-empty-string>isApacheServer()
public
isApacheServer() : bool
Return values
boolisMicrosoftInternetInformationServer()
public
isMicrosoftInternetInformationServer() : bool