_tube = $tube; } /* (non-phpdoc) * @see Command::getCommandLine() */ public function getCommandLine() { return sprintf('stats-tube %s', $this->_tube); } /* (non-phpdoc) * @see Command::getResponseParser() */ public function getResponseParser() { return new YamlResponseParser( YamlResponseParser::MODE_DICT ); } }