MySqlProcessor::processColumnListing()

array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array

HasOneOrMany::getParent()

Model getParent() Get the parent model of the relation. Return Value Model

Bus::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Builder::orWhereNotIn()

Builder|Builder orWhereNotIn(string $column, mixed $values) Add an "or where not in" clause to the query. Parameters string $column mixed $values Return Value Builder|Builder

JoinClause::orWhereNotNull()

Builder|Builder orWhereNotNull(string $column) Add an "or where not null" clause to the query. Parameters string $column Return Value Builder|Builder

JoinClause::orWhereTime()

Builder|Builder orWhereTime(string $column, string $operator, int $value) Add an "or where time" statement to the query. Parameters string $column string $operator int $value Return Value Builder|Builder

ReminderServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

SortedMiddleware::combine()

Collection combine(mixed $values) Create a collection by using this collection for keys and another for its values. Parameters mixed $values Return Value Collection

TagSet::__construct()

void __construct(Store $store, array $names = array()) Create a new TagSet instance. Parameters Store $store array $names Return Value void

SSH::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application