OutputInterface getOutput() Get the output implementation. Return Value OutputInterface
$this setAttribute(string $key, mixed $value) Set a given attribute on the model. Parameters string $key mixed $value Return Value $this
Illuminate\Notifications\Events Classes BroadcastNotificationCreated NotificationFailed NotificationSending NotificationSent
bool isAlias(string $name) Determine if a given string is an alias. Parameters string $name Return Value bool
View of(string $view, mixed $data = array()) Get the evaluated view contents for a named view. Parameters string $view mixed $data Return Value View
Event class Event extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. fro
void register() Register the service provider. Return Value void
Pivot newPivot(Model $parent, array $attributes, string $table, bool $exists) Create a new pivot model instance. Parameters Model $parent array $attributes string $table bool $exists Return Value Pivot
string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string
$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this
Page 61 of 996