mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
bool forget(string $key) Remove an item from the cache. Parameters string $key Return Value bool
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
Fluent softDeletesTz() Add a "deleted at" timestampTz for the table. Return Value Fluent
$this syncOriginal() Sync the original attributes with the current. Return Value $this
mixed offsetGet(string $key) Get the value at a given offset. Parameters string $key Return Value mixed
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
void __construct(Mailable $mailable) Create a new job instance. Parameters Mailable $mailable Return Value void
Page 54 of 996