Fenos\Notifynder\Contracts\NotifynderNotification::getLastNotificationByCategory PHP Метод

getLastNotificationByCategory() публичный Метод

Get last notification of the given entity of the specific category.
public getLastNotificationByCategory ( $category, $toId, Closur\Closure $filterScope = null ) : mixed
$category
$toId
$filterScope Closur\Closure
Результат mixed
    public function getLastNotificationByCategory($category, $toId, Closure $filterScope = null);