bool hasColumns(string $table, array $columns) Determine if the given table has given columns. Parameters string $table array $columns Return Value bool
Builder when(bool $value, Closure $callback, Closure $default = null) Apply the callback's query changes if the given "value" is true. Parameters bool $value Closure $callback Closure $default Return Value Builder
Illuminate\Contracts\Encryption Classes DecryptException
void register() Register the service provider. Return Value void
int total() Determine the total number of items in the data store. Return Value int
Builder getQuery() Get the underlying query for the relation. Return Value Builder
mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
$this greeting(string $greeting) Set the greeting of the notification. Parameters string $greeting Return Value $this
string getQualifiedKeyName() Get the table qualified key name. Return Value string
Page 342 of 996