_jobId = is_object($job) ? $job->getId() : $job; } /* (non-phpdoc) * @see Command::getCommandLine() */ public function getCommandLine() { return sprintf('stats-job %u', $this->_jobId); } /* (non-phpdoc) * @see Command::getResponseParser() */ public function getResponseParser() { return new YamlResponseParser( YamlResponseParser::MODE_DICT ); } }