Page MenuHomeDevCentral

Action.php
No OneTemporary

Action.php

<?php
namespace Nasqueron\Notifications\Actions;
abstract class Action {
/**
* @var string
*/
public $action;
/**
* Initializes a new instance of an action to report
*/
public function __construct () {
$this->action = get_called_class();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 5, 11:47 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3668093
Default Alt Text
Action.php (293 B)

Event Timeline