string getForeignKey() Get the foreign key column name. Return Value string
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
void setLaravel(Application $laravel) Set the Laravel application instance. Parameters Application $laravel Return Value void
string getPlainForeignKey() Get the plain foreign key. Return Value string
static void deleted(Closure|string $callback, int $priority) Register a deleted model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void
void info(string $string) Write a string as information output. Parameters string $string Return Value void
void filter(string $name, mixed $callback) Register a new filter with the router. Parameters string $name mixed $callback Return Value void
void fire() Execute the console command. Return Value void
Illuminate\Contracts\Debug Interfaces ExceptionHandler
float|int numericAggregate(string $function, array $columns = array('*')) Execute a numeric aggregate function on the database. Parameters string $function array $columns Return Value float|int
Page 218 of 996