Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F9790250
ReportEvent.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
500 B
Referenced Files
None
Subscribers
None
ReportEvent.php
View Options
<?php
namespace
Nasqueron\Notifications\Events
;
use
Nasqueron\Notifications\Actions\Action
;
use
Nasqueron\Notifications\Events\Event
;
use
Illuminate\Queue\SerializesModels
;
class
ReportEvent
extends
Event
{
use
SerializesModels
;
/**
* @var Action
*/
public
$action
;
/**
* Creates a new event instance.
*
* @param ActionReport $action the action to report
*/
public
function
__construct
(
Action
$action
)
{
$this
->
action
=
$action
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Jun 16, 00:11 (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2723866
Default Alt Text
ReportEvent.php (500 B)
Attached To
Mode
rNOTIF Notifications center
Attached
Detach File
Event Timeline
Log In to Comment