ShellServerOptions

The configurations options for the shell server.

package

Default

Methods

ShellServerOptions constructor

__construct( $shellServerOptions = null) 

Arguments

$shellServerOptions

mixed | null

getReaperInterval

getReaperInterval() : integer

Response

integer

getSessionTimeout

getSessionTimeout() : integer

Response

integer

getWelcomeMessage

getWelcomeMessage() : string

Response

string

setReaperInterval

setReaperInterval( $reaperInterval) : $this

Arguments

$reaperInterval

integer

Response

$this

setSessionTimeout

setSessionTimeout( $sessionTimeout) : $this

Arguments

$sessionTimeout

integer

Response

$this

setWelcomeMessage

setWelcomeMessage( $welcomeMessage) : $this

Arguments

$welcomeMessage

string

Response

$this