Documentation

pm_WebServer_Interface

Web server service interface

Tags
since
18.0

Table of Contents

getParameter()  : string|null
Get web server parameter
isEnabled()  : bool
Check whether the server is enabled
isInstalled()  : bool
Check whether the server is installed
isRunning()  : bool
Check whether the server is running

Methods

getParameter()

Get web server parameter

public getParameter(string $name) : string|null
Parameters
$name : string

Parameter name (see constants)

Return values
string|null

isEnabled()

Check whether the server is enabled

public isEnabled() : bool
Return values
bool

isInstalled()

Check whether the server is installed

public isInstalled() : bool
Return values
bool

isRunning()

Check whether the server is running

public isRunning() : bool
Return values
bool

Search results