static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
void __construct(Application $app, Dispatcher $events) Create a new console kernel instance. Parameters Application $app Dispatcher $events Return Value void
array|string via(mixed $notifiable) Get the notification's channels. Parameters mixed $notifiable Return Value array|string
array getFillable() Get the fillable attributes for the model. Return Value array
$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden. Parameters array|string $attributes Return Value $this
bool touches(string $relation) Determine if the model touches a given relation. Parameters string $relation Return Value bool
int update(array $values) Update a record in the database. Parameters array $values Return Value int
void fire() Execute the console command. Return Value void
$this from(string|array $address, string|null $name = null) Add a "from" address to the message. Parameters string|array $address string|null $name Return Value $this
void __construct(SessionManager $manager) Create a new session middleware. Parameters SessionManager $manager Return Value void
Page 887 of 996