string getForeignKey() Get the foreign key for the relationship. Return Value string
void stop() Stop listening and bail out of the script. Return Value void
mixed getRelation(string $relation) Get a specified relationship. Parameters string $relation Return Value mixed
$this minHeight(int $value) Set the "min height" constraint. Parameters int $value Return Value $this
Model firstOrNew(array $attributes) Get the first record matching the attributes or instantiate it. Parameters array $attributes Return Value Model
mixed get(mixed $key, mixed $default = null) Get an item from the collection by key. Parameters mixed $key mixed $default Return Value mixed
string getTablePrefix() Get the grammar's table prefix. Return Value string
mixed send(Mailable $mailable) Send a new mailable message instance. Parameters Mailable $mailable Return Value mixed
string createdAt() Get the name of the "created at" column. Return Value string
array extractValuesForWildcards(array $data, string $attribute) Get all of the exact attribute values for a given wildcard attribute. Parameters array $data string $attribute Return Value array
Page 275 of 996