public function __construct(Job $job, $newOutput, $type = self::TYPE_STDOUT) { parent::__construct($job); $this->newOutput = $newOutput; $this->type = $type; }
public function __construct(Job $job, $newState) { parent::__construct($job); $this->newState = $newState; }