added shortname retrieval function

This commit is contained in:
PMKuipers 2023-06-26 13:03:50 +02:00
parent f8b61d7afd
commit 686d38ca7a

View File

@ -40,6 +40,10 @@ class studyplan {
return $this->id;
}
public function shortname(){
return $this->r->shortname;
}
public function slots(){
return $this->r->slots;
}