string setDatabaseName(string $database) Set the name of the connected database. Parameters string $database Return Value string
bool|null fire() Execute the command. Return Value bool|null
abstract mixed getResults() Get the results of the relationship. Return Value mixed
$this whereNotNull(string $column) Set a "where not null" constraint on the query. Parameters string $column Return Value $this
void merge(array $input) Merge new input into the current request's input array. Parameters array $input Return Value void
void compile(string $path = null) Compile the view at the given path. Parameters string $path Return Value void
void reconnect() Reconnect to the database. Return Value void Exceptions LogicException
array getFillable() Get the fillable attributes for the model. Return Value array
int count() Get the number of items for the current page. Return Value int
string getMorphType() Get the foreign key "type" name. Return Value string
Page 388 of 996