public function get_modules() { $data = $this->collect_local_data(); $data['add_new'] = true; $result = $this->call('get_modules', $data); return $result; }