Factory interface Factory (View source) Methods void connection(string $name = null) Get a broadcaster implementation by name.
MessageProvider getMessageProvider() Get the validation error message provider. Return Value MessageProvider
void ageFlashData() Age the flash data for the session. Return Value void
static array mergeGroup(array $new, array $old) Merge the given group attributes. Parameters array $new array $old Return Value array
int updateExistingPivot(mixed $id, array $attributes, bool $touch = true) Update an existing pivot record on the table. Parameters mixed $id array $attributes bool $touch Return Value int
Model save(Model $model) Attach a model instance to the parent model. Parameters Model $model Return Value Model
array provides() Get the services provided by the provider. Return Value array
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
$this whereNot(string $column, string $value) Set a "where not" constraint on the query. Parameters string $column string $value Return Value $this
string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string
Page 935 of 996