aboutsummaryrefslogtreecommitdiff
path: root/model/Conference.php
diff options
context:
space:
mode:
Diffstat (limited to 'model/Conference.php')
-rw-r--r--model/Conference.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/model/Conference.php b/model/Conference.php
index e9e33a6..a4c14aa 100644
--- a/model/Conference.php
+++ b/model/Conference.php
@@ -6,6 +6,10 @@ class Conference extends ModelBase
return $this->get('CONFERENCE.TITLE', 'C3Voc Streaming');
}
+ public function isClosed() {
+ return $this->get('CONFERENCE.CLOSED');
+ }
+
public function hasAuthor() {
return $this->has('CONFERENCE.AUTHOR');
}