Builder|Builder rightJoinWhere(string $table, string $one, string $operator, string $two) Add a "right join where" clause to the query. Parameters string $table string $one string $operator string $two Return Value Builder|Builder
array getExtensions() Get the extension to engine bindings. Return Value array
Grammar getSchemaGrammar() Get the schema grammar used by the connection. Return Value Grammar
void __construct(Container $container, SqsClient $sqs, string $queue, array $job) Create a new job instance. Parameters Container $container SqsClient $sqs string $queue array $job Return Value void
bool hasListeners(string $eventName) Determine if a given event has listeners. Parameters string $eventName Return Value bool
Application getLaravel() Get the Laravel application instance. Return Value Application
void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void
Builder|Builder orWhereExists(Closure $callback, bool $not = false) Add an or exists clause to the query. Parameters Closure $callback bool $not Return Value Builder|Builder
bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool
bool relationLoaded(string $key) Determine if the given relation is loaded. Parameters string $key Return Value bool
Page 729 of 996