@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | protected function init() { |
| 36 | 36 | parent::init(); |
| 37 | - $this->description = "The user with id '$this->userid' has published a recording with id ". |
|
| 37 | + $this->description = "The user with id '$this->userid' has published a recording with id " . |
|
| 38 | 38 | "'$this->other' in the course id '$this->contextinstanceid'."; |
| 39 | 39 | } |
| 40 | 40 | |
@@ -34,8 +34,8 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | protected function init() { |
| 36 | 36 | parent::init(); |
| 37 | - $this->description = "The user with id '$this->userid' has joined a bigbluebutton meeting for ". |
|
| 38 | - "the bigbluebuttonbn activity with id '$this->objectid' for the course id ". |
|
| 37 | + $this->description = "The user with id '$this->userid' has joined a bigbluebutton meeting for " . |
|
| 38 | + "the bigbluebuttonbn activity with id '$this->objectid' for the course id " . |
|
| 39 | 39 | "'$this->contextinstanceid'."; |
| 40 | 40 | } |
| 41 | 41 | |
@@ -15,13 +15,13 @@ |
||
| 15 | 15 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | - * The mod_bigbluebuttonbn abstract base event. |
|
| 19 | - * |
|
| 20 | - * @package mod_bigbluebuttonbn |
|
| 21 | - * @author Jesus Federico (jesus [at] blindsidenetworks [dt] com) |
|
| 22 | - * @copyright 2017 - present, Blindside Networks Inc |
|
| 23 | - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
|
| 24 | - */ |
|
| 18 | + * The mod_bigbluebuttonbn abstract base event. |
|
| 19 | + * |
|
| 20 | + * @package mod_bigbluebuttonbn |
|
| 21 | + * @author Jesus Federico (jesus [at] blindsidenetworks [dt] com) |
|
| 22 | + * @copyright 2017 - present, Blindside Networks Inc |
|
| 23 | + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
|
| 24 | + */ |
|
| 25 | 25 | |
| 26 | 26 | namespace mod_bigbluebuttonbn\event; |
| 27 | 27 | |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | protected function init() { |
| 36 | 36 | parent::init(); |
| 37 | - $this->description = "The user with id '$this->userid' has unpublished a recording with id ". |
|
| 37 | + $this->description = "The user with id '$this->userid' has unpublished a recording with id " . |
|
| 38 | 38 | "'$this->other' in the course id '$this->contextinstanceid'."; |
| 39 | 39 | } |
| 40 | 40 | |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | protected function init() { |
| 36 | 36 | parent::init(); |
| 37 | - $this->description = "The user with id '$this->userid' viewed the bigbluebuttonbn activity management page for ". |
|
| 37 | + $this->description = "The user with id '$this->userid' viewed the bigbluebuttonbn activity management page for " . |
|
| 38 | 38 | "the course module id '$this->contextinstanceid'."; |
| 39 | 39 | } |
| 40 | 40 | |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | protected function init() { |
| 36 | 36 | parent::init(); |
| 37 | - $this->description = "The user with id '$this->userid' has imported a recording with id ". |
|
| 37 | + $this->description = "The user with id '$this->userid' has imported a recording with id " . |
|
| 38 | 38 | "'$this->other' in the course id '$this->contextinstanceid'."; |
| 39 | 39 | } |
| 40 | 40 | |
@@ -34,8 +34,8 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | protected function init() { |
| 36 | 36 | parent::init(); |
| 37 | - $this->description = "The user with id '$this->userid' has left a bigbluebutton meeting for ". |
|
| 38 | - "the bigbluebuttonbn activity with id '$this->objectid' for the course id ". |
|
| 37 | + $this->description = "The user with id '$this->userid' has left a bigbluebutton meeting for " . |
|
| 38 | + "the bigbluebuttonbn activity with id '$this->objectid' for the course id " . |
|
| 39 | 39 | "'$this->contextinstanceid'."; |
| 40 | 40 | } |
| 41 | 41 | |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | protected function init() { |
| 36 | 36 | parent::init(); |
| 37 | - $this->description = "The user with id '$this->userid' has deleted a recording with id ". |
|
| 37 | + $this->description = "The user with id '$this->userid' has deleted a recording with id " . |
|
| 38 | 38 | "'$this->other' from the course id '$this->contextinstanceid'."; |
| 39 | 39 | } |
| 40 | 40 | |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | */ |
| 35 | 35 | protected function init() { |
| 36 | 36 | parent::init(); |
| 37 | - $this->description = "The user with id '$this->userid' has viewed a recording with id ". |
|
| 37 | + $this->description = "The user with id '$this->userid' has viewed a recording with id " . |
|
| 38 | 38 | "'$this->other' from the course id '$this->contextinstanceid'."; |
| 39 | 39 | } |
| 40 | 40 | |