WebserverType : string

Internal

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

Methods

fromRequest()

public static fromRequest(ServerRequestInterface $request) : self
Parameters
$request : ServerRequestInterface
Return values
self

fromType()

public static fromType(string $type) : self
Parameters
$type : string
Return values
self

getDescriptions()

public static getDescriptions() : array<string, non-empty-string>
Return values
array<string, non-empty-string>

isApacheServer()

public isApacheServer() : bool
Return values
bool

isMicrosoftInternetInformationServer()

public isMicrosoftInternetInformationServer() : bool
Return values
bool

        
On this page

Search results