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
void touchOwners() Touch the owning relations of the model. Return Value void
mixed getRelation(string $relation) Get a specified relationship. Parameters string $relation Return Value mixed
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
$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
string getTablePrefix() Get the grammar's table prefix. Return Value string
mixed dispatchNow(mixed $job) Dispatch a command to its appropriate handler in the current process. Parameters mixed $job Return Value mixed
bool resolved(string $abstract) Determine if the given abstract type has been resolved. Parameters string $abstract Return Value bool
mixed getParentKey() Get the key value of the parent's local key. Return Value mixed
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
Page 429 of 996