final handler will be set dynamic for per instance * @var array */ protected $handlerConfig = [ // 'mail' => 'html' ]; /** * @var string */ protected $channelType = 'user'; public function __construct(string $action, array $objectData){ parent::__construct($action, $objectData); $this->setLevel('notice'); $this->setTag('information'); } }