class NewOutputEvent extends JobEvent

Constants

TYPE_STDOUT

TYPE_STDERR

Methods

__construct(Job $job, $newOutput, $type = self::TYPE_STDOUT)

No description

getJob()

No description

from JobEvent
getNewOutput()

No description

setNewOutput($output)

No description

getType()

No description

Details

at line 31
__construct(Job $job, $newOutput, $type = self::TYPE_STDOUT)

Parameters

Job $job
$newOutput
$type

in JobEvent at line 33
getJob()

at line 38
getNewOutput()

at line 43
setNewOutput($output)

Parameters

$output

at line 48
getType()