MAKS\AmqpAgent\Helper\EventTrait::trigger
Executes callbacks attached to the passed event with the passed arguments.
Signature
protected function trigger(string
        $event,
            [array
        $arguments = ] )
            
        Parameters
- $event— string
- Event name.
- $arguments— array
- [optional] Arguments array. Note that the arguments will be spread (`...$args`) on the callback.
Returns
- void