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

SQLiteConnection::getTablePrefix()

string getTablePrefix() Get the table prefix for the connection. Return Value string

ValidatesWhenResolved::validate()

void validate() Validate the given class instance. Return Value void

RouteClearCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

Pivot::getMutatedAttributes()

array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array