5 use Contracts\SorterInterface;
6 use Contracts\ConditionerInterface;
7 use Contracts\OffsetterInterface;
8 use Contracts\LimiterInterface;
102 $this->collection = $id;
112 $this->properties[] = $property;
124 $this->conditions[] = (object) [
125 'property' => $property,
127 'operator' =>
'LIKE',
137 public function limitTo(
int $number_of_items) {
138 $this->limit = $number_of_items;
158 $this->sorts[] = (object) [
159 "property" => $property,
171 $this->sorts[] = (object) [
172 "property" => $property,