SQLiteProcessor::processSelect()

array processSelect(Builder $query, array $results) Process the results of a "select" query. Parameters Builder $query array $results Return Value array

Database\Query\Processors

Illuminate\Database\Query\Processors Classes MySqlProcessor PostgresProcessor Processor SQLiteProcessor SqlServerProcessor

SQLiteConnector::setDefaultOptions()

void setDefaultOptions(array $options) Set the default PDO connection options. Parameters array $options Return Value void

NotificationTableCommand::warn()

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

BusServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

EngineResolver

EngineResolver class EngineResolver (View source) Methods void register(string $engine, Closure $resolver) Register a new engine resolver. EngineInterface resolve(string $engine) Resolver an engine instance by name.

NotificationTableCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

CacheHit::__construct()

void __construct(string $key, mixed $value, array $tags = array()) Create a new event instance. Parameters string $key mixed $value array $tags Return Value void

Application::tagged()

array tagged(array $tag) Resolve all of the bindings for a given tag. Parameters array $tag Return Value array

NotificationTableCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array