mini\Database\PartialQuery::has() Method

public

Signature

public function has(object $member): bool

Parameters

Name Type Default Description
$member object required Documentation missing

Returns

bool

Documentation

Check if value(s) exist in the table (SetInterface method)

Requires columns() to be called first to specify which columns to check.

Source

src/Database/PartialQuery.php:1245-1256