From cd79be74091a264fd763bdfc44275cab60f6767e Mon Sep 17 00:00:00 2001 From: Gordon Forsythe Date: Sun, 27 Dec 2015 11:32:36 -0700 Subject: [PATCH] getter for processType #2 --- lib/Qless/Worker.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Qless/Worker.php b/lib/Qless/Worker.php index ceb1967..2f446c2 100755 --- a/lib/Qless/Worker.php +++ b/lib/Qless/Worker.php @@ -618,6 +618,11 @@ protected function updateProcLine($status) { $processTitle = 'qless-' . Qless::VERSION . ': ' . $status; cli_set_process_title($processTitle); } + + protected function getProcessType() + { + return $this->processType; + } } function pcntl_sig_name($sig_no) {