DatabasePresenceVerifier

DatabasePresenceVerifier

class DatabasePresenceVerifier implements PresenceVerifierInterface (View source)

Methods

void __construct(ConnectionResolverInterface $db)

Create a new database presence verifier.

int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array())

Count the number of objects in a collection having the given value.

int getMultiCount(string $collection, string $column, array $values, array $extra = array())

Count the number of objects in a collection with the given values.

void setConnection(string $connection)

Set the connection to be used.

doc_Laravel
2016-11-02 16:15:52
Comments
Leave a Comment

Please login to continue.