string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
array getHidden() Get the hidden attributes for the model. Return Value array
Builder lockForUpdate() Lock the selected rows in the table for updating. Return Value Builder
static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void
bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool
static array morphMap(array $map = null, bool $merge = true) Set or get the morph map for polymorphic relations. Parameters array $map bool $merge Return Value array
$this add(string $key, string $message) Add a message to the bag. Parameters string $key string $message Return Value $this
UploadedFile|array|null file(string $key = null, mixed $default = null) Retrieve a file from the request. Parameters string $key mixed $default Return Value UploadedFile|array|null
int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int
void addConnector(string $driver, Closure $resolver) Add a queue connection resolver. Parameters string $driver Closure $resolver Return Value void
Page 153 of 996