void fire() Execute the console command. Return Value void
int update(array $values) Update a record in the database. Parameters array $values Return Value int
bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden. Parameters array|string $attributes Return Value $this
array getFillable() Get the fillable attributes for the model. Return Value array
array|string via(mixed $notifiable) Get the notification's channels. Parameters mixed $notifiable Return Value array|string
void __construct(Application $app, Dispatcher $events) Create a new console kernel instance. Parameters Application $app Dispatcher $events Return Value void
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
string getStubPath() Get the path to the stubs. Return Value string
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
Page 137 of 996