Joli\JoliNotif\Notifier\NullNotifier::send PHP Method

send() public method

public send ( Joli\JoliNotif\Notification $notification )
$notification Joli\JoliNotif\Notification
    public function send(Notification $notification)
    {
        return false;
    }