PHP Class App\Listeners\Backend\Access\Role\RoleEventListener

Show file Open project: rappasoft/laravel-5-boilerplate

Public Methods

Method Description
onCreated ( $event )
onDeleted ( $event )
onUpdated ( $event )
subscribe ( Illuminate\Events\Dispatcher $events ) Register the listeners for the subscriber.

Method Details

onCreated() public method

public onCreated ( $event )
$event

onDeleted() public method

public onDeleted ( $event )
$event

onUpdated() public method

public onUpdated ( $event )
$event

subscribe() public method

Register the listeners for the subscriber.
public subscribe ( Illuminate\Events\Dispatcher $events )
$events Illuminate\Events\Dispatcher