Fenos\Notifynder\Handler\NotifynderHandler::hasNotificationToSend PHP Method

hasNotificationToSend() protected method

Check if the fired method has some notifications to send.
protected hasNotificationToSend ( $notificationsResult ) : boolean
$notificationsResult
return boolean
    protected function hasNotificationToSend($notificationsResult)
    {
        return is_array($notificationsResult) and count($notificationsResult) > 0 and $notificationsResult[0] !== false and count($notificationsResult[0]) > 0;
    }