$this setRelations(array $relations) Set the entire relations array on the model. Parameters array $relations Return Value $this
string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void
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
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
string toHtml() Render the contents of the paginator to HTML. Return Value string
string getTablePrefix() Get the table prefix for the connection. Return Value string
void validate() Validate the given class instance. Return Value void
void error(string $string) Write a string as error output. Parameters string $string Return Value void
array getMutatedAttributes() Get the mutated attributes for a given instance. Return Value array
Page 364 of 996