MailMakeCommand::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

FailConsoleServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

Pivot::hasCast()

bool hasCast(string $key, array|string|null $types = null) Determine whether an attribute should be cast to a native type. Parameters string $key array|string|null $types Return Value bool

CallbackEvent::after()

$this after(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this

Connection::getDriverName()

string getDriverName() Get the PDO driver name. Return Value string

Pivot::offsetGet()

mixed offsetGet(mixed $offset) Get the value for a given offset. Parameters mixed $offset Return Value mixed

ServeCommand::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

Repository::all()

array all() Get all of the configuration items for the application. Return Value array

SlackMessage::attachment()

$this attachment(Closure $callback) Define an attachment for the message. Parameters Closure $callback Return Value $this

Arr::__callStatic()

static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException