Response class Response extends Response (View source) Traits ResponseTrait
$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 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
Page 135 of 996