mini\Table\Utility\PredicateFilter final class

Documentation

Applies a bound Predicate to a TableInterface using filter methods

Converts Predicate conditions into table filter calls (eq, lt, etc.), allowing the table to leverage indexes for efficient filtering.

Used by JoinTable implementations to apply join conditions.

Methods (1)

Apply a fully-bound predicate to a table

Source

src/Table/Utility/PredicateFilter.php:17-50