Infocenter: Adaptierungen ZGV-Master und ZGVmasternation Dropdown

This commit is contained in:
ma0068
2022-08-30 13:10:47 +02:00
parent 67f1c9a707
commit d1bb1b9666
4 changed files with 57 additions and 23 deletions
@@ -45,6 +45,14 @@ class Zgvmaster extends API_Controller
}
}
/**
* @return zgvmaster
*/
public function getAllZgvmaster()
{
$this->response($this->Zgvmaster_model->getAllZgvmaster(), REST_Controller::HTTP_OK);
}
/**
* @return void
*/