class Command extends Collection (View source)

Properties

protected $collection_key
string[] $args
string $dir
string[] $env
string $id
string $name
string[] $waitFor

Methods

setArgs($args)

No description

string[]
getArgs()

No description

setDir($dir)

No description

string
getDir()

No description

setEnv($env)

No description

string[]
getEnv()

No description

setId($id)

No description

string
getId()

No description

setName($name)

No description

string
getName()

No description

setWaitFor($waitFor)

No description

string[]
getWaitFor()

No description

Details

setArgs($args)

No description

Parameters

$args

string[] getArgs()

No description

Return Value

string[]

setDir($dir)

No description

Parameters

$dir

string getDir()

No description

Return Value

string

setEnv($env)

No description

Parameters

$env

string[] getEnv()

No description

Return Value

string[]

setId($id)

No description

Parameters

$id

string getId()

No description

Return Value

string

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setWaitFor($waitFor)

No description

Parameters

$waitFor

string[] getWaitFor()

No description

Return Value

string[]