Skip to content

Commit

Permalink
Added comment about working with current user to IsBookmarked criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Sep 3, 2024
1 parent 927dcfd commit fe32ae8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion\Operator\Specifications;
use Ibexa\Contracts\Core\Repository\Values\Filter\FilteringCriterion;

/**
* This criterion only works for current user reference.
*/
final class IsBookmarked extends Location implements FilteringCriterion
{
public function __construct(bool $value = true)
Expand Down

0 comments on commit fe32ae8

Please sign in to comment.