class RunningProcess extends Model (View source)

Properties

string[] $attributes
string $cmdline
string $exePath
string $pid
string $user

Methods

setAttributes($attributes)

No description

string[]
getAttributes()

No description

setCmdline($cmdline)

No description

string
getCmdline()

No description

setExePath($exePath)

No description

string
getExePath()

No description

setPid($pid)

No description

string
getPid()

No description

setUser($user)

No description

string
getUser()

No description

Details

setAttributes($attributes)

No description

Parameters

$attributes

string[] getAttributes()

No description

Return Value

string[]

setCmdline($cmdline)

No description

Parameters

$cmdline

string getCmdline()

No description

Return Value

string

setExePath($exePath)

No description

Parameters

$exePath

string getExePath()

No description

Return Value

string

setPid($pid)

No description

Parameters

$pid

string getPid()

No description

Return Value

string

setUser($user)

No description

Parameters

$user

string getUser()

No description

Return Value

string