getCommandLine(); } // ---------------------------------------- // protected /** * Creates a Response for the given data * @param array * @return object Response */ protected function _createResponse($name, $data = array()) { return new Response\ArrayResponse($name, $data); } }