mini\Table\Predicate::test() Method

public

Signature

public function test(object $row): bool

Parameters

Name Type Default Description
$row object required Documentation missing

Returns

bool

Documentation

Test if a row matches all conditions

Empty predicate (no conditions) matches everything. Predicate::never() always returns false.

Source

src/Table/Predicate.php:268-283