event_service extends facade
Facade for local_middag\framework\application\service\event\event_service.
Tags
Table of Contents
Methods
- get_facade_accessor() : string
- Return the service accessor key for this facade.
- item_created() : void
- item_deleted() : void
- item_updated() : void
Methods
get_facade_accessor()
Return the service accessor key for this facade.
public
static get_facade_accessor() : string
Return values
stringitem_created()
public
static item_created(item_interface $item) : void
Parameters
- $item : item_interface
item_deleted()
public
static item_deleted(int $id) : void
Parameters
- $id : int
item_updated()
public
static item_updated(item_interface $old, item_interface $new) : void
Parameters
- $old : item_interface
- $new : item_interface