QueueableEntity

QueueableEntity interface QueueableEntity (View source) Methods mixed getQueueableId() Get the queueable identity for the entity.

PostgresConnector::getDefaultOptions()

array getDefaultOptions() Get the default PDO connection options. Return Value array

Http

Illuminate\Http Classes FrameGuard JsonResponse RedirectResponse Request Response ResponseTrait

JoinClause::orHavingRaw()

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

Model::fillable()

$this fillable(array $fillable) Set the fillable attributes for the model. Parameters array $fillable Return Value $this

SqlServerConnector::getOptions()

array getOptions(array $config) Get the PDO options based on the configuration. Parameters array $config Return Value array

Builder::orWhere()

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

OutputStyle::isQuiet()

bool isQuiet() Returns whether verbosity is quiet (-q). Return Value bool

KeyGenerateCommand::fire()

void fire() Execute the console command. Return Value void

TransactionBeginning

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