$this setReconnector(callable $reconnector) Set the reconnect instance on the connection. Parameters callable $reconnector Return Value $this
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
Grammar withTablePrefix(Grammar $grammar) Set the table prefix and return the grammar. Parameters Grammar $grammar Return Value Grammar
$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this
string compileEnableForeignKeyConstraints() Compile the command to enable foreign key constraints. Return Value string
string getRelatedFreshUpdate() Get the related model's updated at column name. Return Value string
string getPrefix() Get the cache key prefix. Return Value string
IronConnector class IronConnector implements ConnectorInterface (View source) Methods void __construct(Encrypter $crypt, Request $request) Create a new Iron connector instance. Queue connect(array $config) Establish a queue connection.
$this 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 $this
int lastItem() Get the number of the last item in the slice. Return Value int
Page 718 of 996