DatabasePresenceVerifier (Validation)

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.

Details

void __construct(ConnectionResolverInterface $db)

Create a new database presence verifier.

Parameters

ConnectionResolverInterface $db

Return Value

void

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.

Parameters

string $collection
string $column
string $value
int $excludeId
string $idColumn
array $extra

Return Value

int

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

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

Parameters

string $collection
string $column
array $values
array $extra

Return Value

int

void setConnection(string $connection)

Set the connection to be used.

Parameters

string $connection

Return Value

void

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/5.4/Illuminate/Validation/DatabasePresenceVerifier.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部