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

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

Get notifications not read of the entity given.
public getNotRead ( $toId, $limit, $paginate, string $orderDate = 'desc', Closur\Closure $filterScope = null ) : mixed
$toId
$limit
$paginate
$orderDate string
$filterScope Closur\Closure
Результат mixed
    public function getNotRead($toId, $limit, $paginate, $orderDate = 'desc', Closure $filterScope = null);