aboutsummaryrefslogtreecommitdiff
path: root/model/Room.php
diff options
context:
space:
mode:
Diffstat (limited to 'model/Room.php')
-rw-r--r--model/Room.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/model/Room.php b/model/Room.php
index f428d87..156576c 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -29,6 +29,10 @@ class Room extends ModelBase
return $this->get('ROOMS.'.$this->getSlug().'.STREAM', $this->getSlug());
}
+ public function getScheduleName() {
+ return $this->get('ROOMS.'.$this->getSlug().'.SCHEDULE_NAME', $this->getSlug());
+ }
+
public function getDisplay() {
return $this->get('ROOMS.'.$this->getSlug().'.DISPLAY', $this->getSlug());
}