Ddd\Test\Infrastructure\Application\Notification\TestListener::listensTo PHP Метод

listensTo() защищенный Метод

This method will be responsible to decide whether this listener listens to an specific event type or not, given an event type name
protected listensTo ( string $typeName ) : boolean
$typeName string
Результат boolean
    protected function listensTo($typeName)
    {
        return true;
    }