Flarum\Core\Command\ReadAllNotificationsHandler::__construct PHP Méthode

__construct() public méthode

public __construct ( NotificationRepository $notifications )
$notifications Flarum\Core\Repository\NotificationRepository
    public function __construct(NotificationRepository $notifications)
    {
        $this->notifications = $notifications;
    }
ReadAllNotificationsHandler