aboutsummaryrefslogtreecommitdiff
path: root/model/Room.php
diff options
context:
space:
mode:
authorMaZderMind2015-04-06 00:28:03 +0200
committerMaZderMind2015-04-06 00:28:03 +0200
commit8f14dd9084b10c223508bc9948c5724fc2c9eb63 (patch)
tree9ff0ef30da4a08b7a6f50a3d91afee83ea01479a /model/Room.php
parentac263c7672d78151ffdf2990dd98127cee572717 (diff)
Audio & Video-Player Embeding
Diffstat (limited to '')
-rw-r--r--model/Room.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/model/Room.php b/model/Room.php
index 33beb9f..b3804f1 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -128,6 +128,11 @@ class Room extends ModelBase
}
+ public function hasEmbed() {
+ return $this->get('ROOMS.'.$this->getSlug().'.EMBED') && $this->get('EMBED');
+ }
+
+
public function hasSdVideo() {
return $this->get('ROOMS.'.$this->getSlug().'.SD_VIDEO');
}