added shortname retrieval function
This commit is contained in:
parent
f8b61d7afd
commit
686d38ca7a
|
@ -40,6 +40,10 @@ class studyplan {
|
|||
return $this->id;
|
||||
}
|
||||
|
||||
public function shortname(){
|
||||
return $this->r->shortname;
|
||||
}
|
||||
|
||||
public function slots(){
|
||||
return $this->r->slots;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user