$this setTable(string $table) Set the table associated with the model. Parameters string $table Return Value $this
bool hasFile(string $key) Determine if the uploaded data contains a file. Parameters string $key Return Value bool
void addHidden(array|string|null $attributes = null) Add hidden attributes for the model. Parameters array|string|null $attributes Return Value void
static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void
string getAuthPassword() Get the password for the user. Return Value string
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
void error(string $string) Write a string as error output. Parameters string $string Return Value void
$this setIncrementing(bool $value) Set whether IDs are incrementing. Parameters bool $value Return Value $this
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
void __construct(FilesystemInterface $driver) Create a new filesystem adapter instance. Parameters FilesystemInterface $driver Return Value void
Page 247 of 996