\Mine\ListenerOperactionListener

Class OperactionListener

Summary

Methods
Properties
Constants
__construct()
listen()
process()
No public properties found
No constants found
No protected methods found
$container
$ignoreRouter
N/A
No private methods found
No private properties found
N/A

Properties

$container

$container : 

Type

$ignoreRouter

$ignoreRouter : 

Type

Methods

__construct()

__construct(\Psr\Container\ContainerInterface  $container) 

Parameters

\Psr\Container\ContainerInterface $container

listen()

listen() : array<mixed,string>

Returns

array<mixed,string> —

returns the events that you want to listen

process()

process(\Mine\Listener\object  $event) 

Handle the Event when the event is triggered, all listeners will complete before the event is returned to the EventDispatcher.

Parameters

\Mine\Listener\object $event

Throws

\HyperfExt\Jwt\Exceptions\JwtException