diff options
author | MaZderMind | 2016-12-11 21:46:01 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-11 21:46:01 +0100 |
commit | 284878f0f9917b55359cd464b86508cacc472653 (patch) | |
tree | 98014d22b46d7fc9601a3b7bbd26c56afb1cf45c /model/Conference.php | |
parent | 6e0f7423769174b83d6b5618db7c33d54967099a (diff) |
add cache-file getters and download preparations
Diffstat (limited to 'model/Conference.php')
-rw-r--r-- | model/Conference.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/model/Conference.php b/model/Conference.php index be62fdb..6c14746 100644 --- a/model/Conference.php +++ b/model/Conference.php @@ -221,4 +221,8 @@ class Conference extends ModelBase public function getRelive() { return new Relive($this); } + + public function getExtraFiles() { + return $this->get('EXTRA_FILES', []); + } } |