DatabasePresenceVerifier::getMultiCount()

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

Grammar

Grammar class Grammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array $values) C

Factory::getPresenceVerifier()

PresenceVerifierInterface getPresenceVerifier() Get the Presence Verifier implementation. Return Value PresenceVerifierInterface

InteractsWithPages::seeText()

$this seeText(string $text, bool $negate = false) Assert that a given string is seen on the current text. Parameters string $text bool $negate Return Value $this

TestCase::deleteJson()

$this deleteJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a DELETE request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this

DownCommand::question()

void question(string $string, null|int|string $verbosity = null) Write a string as question output. Parameters string $string null|int|string $verbosity Return Value void

ApcWrapper

ApcWrapper class ApcWrapper (View source) Methods void __construct() Create a new APC wrapper instance. mixed get(string $key) Get an item from the cache. array|bool put(string $key, mixed $value, int $seconds) Store an item in the cache. int|bool increment(string $key, mixed $value) Increment the value of an item in the cache. int|bool decrement(string $key, mixed $value) Decrement the value of an item in the cache. bool delete(string $key) Remove an item from th

Builder::first()

Model|Builder|null first(array $columns = array('*')) Execute the query and get the first result. Parameters array $columns Return Value Model|Builder|null

JobMakeCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

LengthAwarePaginator::resolveCurrentPage()

static int resolveCurrentPage(string $pageName = 'page', int $default = 1) Resolve the current page or return the default value. Parameters string $pageName int $default Return Value int