Skip to content

Notification Status Criterion

The Status Search Criterion searches for notifications based on notification status.

Arguments

  • status - Boolean value that represents the status of the notification

Example

PHP

1
2
3
$criteria = new Ibexa\Contracts\Core\Repository\Values\Notification\Query\Criterion\(0);

$query = new NotificationQuery($criteria);