PresenceVerifierInterface
interface PresenceVerifierInterface
Methods
int
getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = [])
Count the number of objects in a collection having the given value.
int
getMultiCount(string $collection, string $column, array $values, array $extra = [])
Count the number of objects in a collection with the given values.
Details
at line 18
int
getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = [])
Count the number of objects in a collection having the given value.
at line 29
int
getMultiCount(string $collection, string $column, array $values, array $extra = [])
Count the number of objects in a collection with the given values.