From 785e40eae22ab50c48cde894663fc6f70187bb2d Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 30 Mar 2015 21:18:42 +0200 Subject: MVT Implementation of the schedule --- model/Room.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'model/Room.php') 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()); } -- cgit v1.2.3