ClearRemindersCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

MorphPivot::setAttribute()

$this setAttribute(string $key, mixed $value) Set a given attribute on the model. Parameters string $key mixed $value Return Value $this

Notifications\Events

Illuminate\Notifications\Events Classes BroadcastNotificationCreated NotificationFailed NotificationSending NotificationSent

Container::isAlias()

bool isAlias(string $name) Determine if a given string is an alias. Parameters string $name Return Value bool

Factory::of()

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

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

ConsoleSupportServiceProvider::register()

void register() Register the service provider. Return Value void

Pivot::newPivot()

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

ClearRemindersCommand::secret()

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

Model::load()

$this load(array|string $relations) Eager load relations on the model. Parameters array|string $relations Return Value $this