ClearCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

Model::touchOwners()

void touchOwners() Touch the owning relations of the model. Return Value void

MorphPivot::getRelation()

mixed getRelation(string $relation) Get a specified relationship. Parameters string $relation Return Value mixed

JoinClause::whereNotExists()

Builder|Builder whereNotExists(Closure $callback, string $boolean = 'and') Add a where not exists clause to the query. Parameters Closure $callback string $boolean Return Value Builder|Builder

JoinClause::having()

$this having(string $column, string $operator = null, string $value = null, string $boolean = 'and') Add a "having" clause to the query. Parameters string $column string $operator string $value string $boolean Return Value $this

Grammar::getTablePrefix()

string getTablePrefix() Get the grammar's table prefix. Return Value string

DispatchesJobs::dispatchNow()

mixed dispatchNow(mixed $job) Dispatch a command to its appropriate handler in the current process. Parameters mixed $job Return Value mixed

Application::resolved()

bool resolved(string $abstract) Determine if the given abstract type has been resolved. Parameters string $abstract Return Value bool

MorphOneOrMany::getParentKey()

mixed getParentKey() Get the key value of the parent's local key. Return Value mixed

UrlGenerator::action()

string action(string $action, mixed $parameters = array(), bool $absolute = true) Get the URL to a controller action. Parameters string $action mixed $parameters bool $absolute Return Value string Exceptions InvalidArgumentException