Fenos\Notifynder\Contracts\NotifynderNotification::getAll PHP Method

getAll() public method

Get All notifications.
public getAll ( $toId, $limit, $paginate, string $orderDate = 'desc', Closur\Closure $filterScope = null ) : mixed
$toId
$limit
$paginate
$orderDate string
$filterScope Closur\Closure
return mixed
    public function getAll($toId, $limit, $paginate, $orderDate = 'desc', Closure $filterScope = null);