QueueableEntity interface QueueableEntity (View source) Methods mixed getQueueableId() Get the queueable identity for the entity.
array getDefaultOptions() Get the default PDO connection options. Return Value array
Illuminate\Http Classes FrameGuard JsonResponse RedirectResponse Request Response ResponseTrait
Builder|Builder orHavingRaw(string $sql, array $bindings = array()) Add a raw or having clause to the query. Parameters string $sql array $bindings Return Value Builder|Builder
$this fillable(array $fillable) Set the fillable attributes for the model. Parameters array $fillable Return Value $this
array getOptions(array $config) Get the PDO options based on the configuration. Parameters array $config Return Value array
Builder|Builder orWhere(string|Closure $column, string $operator = null, mixed $value = null) Add an "or where" clause to the query. Parameters string|Closure $column string $operator mixed $value Return Value Builder|Builder
bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool
void fire() Execute the console command. Return Value void
TransactionBeginning class TransactionBeginning extends ConnectionEvent (View source) Properties string $connectionName The name of the connection. from ConnectionEvent Connection $connection The database connection instance. from ConnectionEvent
Page 642 of 996