Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3749364
D174.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
687 B
Referenced Files
None
Subscribers
None
D174.diff
View Options
diff --git a/app/Actions/ActionsReport.php b/app/Actions/ActionsReport.php
--- a/app/Actions/ActionsReport.php
+++ b/app/Actions/ActionsReport.php
@@ -49,6 +49,12 @@
/// Properties
///
+ /**
+ * Sets the gate and the door for this report
+ *
+ * @param string $gate The gate
+ * @param string $door The door
+ */
public function attachToGate ($gate, $door) {
$this->gate = $gate;
$this->door = $door;
@@ -103,6 +109,9 @@
/// Events
///
+ /**
+ * Listens to actions to report
+ */
public function listenToReports () {
Event::listen(
'Nasqueron\Notifications\Events\ReportEvent',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 14:48 (20 m, 23 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2247503
Default Alt Text
D174.diff (687 B)
Attached To
Mode
D174: Improve ActionsReport code documentation
Attached
Detach File
Event Timeline
Log In to Comment