MorphPivot::getAttributeValue()

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship). Parameters string $key Return Value mixed

Transport::stop()

stop() {@inheritdoc}

MorphPivot::setRelations()

$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this

MorphOneOrMany::wrap()

string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string

RouteListCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

NotificationSent::__construct()

void __construct(mixed $notifiable, Notification $notification, string $channel, mixed $response = null) Create a new event instance. Parameters mixed $notifiable Notification $notification string $channel mixed $response Return Value void

ClosureCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

AbstractPaginator::toHtml()

string toHtml() Render the contents of the paginator to HTML. Return Value string

BcryptHasher::setRounds()

$this setRounds(int $rounds) Set the default password work factor. Parameters int $rounds Return Value $this

SendsPasswordResetEmails::showLinkRequestForm()

Response showLinkRequestForm() Display the form to request a password reset link. Return Value Response