CallbackEvent::sendOutputTo()

$this sendOutputTo(string $location, bool $append = false) Send the output of the command to a given location. Parameters string $location bool $append Return Value $this

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

LengthAwarePaginator::viewFactoryResolver()

static void viewFactoryResolver(Closure $resolver) Set the view factory resolver callback. Parameters Closure $resolver Return Value void

DatabaseJob::isDeletedOrReleased()

bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool

SyncConnector

SyncConnector class SyncConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.

Response

Response class Response extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the r

SqlServerConnection::select()

array select(string $query, array $bindings = array(), bool $useReadPdo = true) Run a select statement against the database. Parameters string $query array $bindings bool $useReadPdo Return Value array

Queue

Queue class Queue implements HttpKernelInterface (View source) Methods void __construct(HttpKernelInterface $app, CookieJar $cookies) Create a new CookieQueue instance. Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handle the given request and get the response.

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

Factory::startSection()

void startSection(string $section, string $content = '') Start injecting content into a section. Parameters string $section string $content Return Value void