void __construct(Store $store, array $names = array()) Create a new TagSet instance. Parameters Store $store array $names Return Value void
Collection combine(mixed $values) Create a collection by using this collection for keys and another for its values. Parameters mixed $values Return Value Collection
array provides() Get the services provided by the provider. Return Value array
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
Builder|Builder orWhereNotNull(string $column) Add an "or where not null" clause to the query. Parameters string $column Return Value Builder|Builder
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
Builder forNestedWhere() Create a new query instance for nested where condition. Return Value Builder
int handle(InputInterface $input, OutputInterface $output = null) Handle an incoming console command. Parameters InputInterface $input OutputInterface $output Return Value int
Fluent double(string $column, int|null $total = null, int|null $places = null) Create a new double column on the table. Parameters string $column int|null $total int|null $places Return Value Fluent
array all() Get all of the items in the collection. Return Value array
Page 38 of 996