Listener::setOutputHandler()

void setOutputHandler(Closure $outputHandler) Set the output handler callback. Parameters Closure $outputHandler Return Value void

EngineResolver::register()

void register(string $engine, Closure $resolver) Register a new engine resolver. The engine string typically corresponds to a file extension. Parameters string $engine Closure $resolver Return Value void

Route::prepareForSerialization()

void prepareForSerialization() Prepare the route instance for serialization. Return Value void Exceptions LogicException

ServeCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

Factory::doneRendering()

bool doneRendering() Check if there are no active render operations. Return Value bool

AppNameCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

Route::uses()

$this uses(Closure|string $action) Set the handler for the route. Parameters Closure|string $action Return Value $this

Kernel::terminate()

void terminate(Request $request, Response $response) Perform any final actions for the request lifecycle. Parameters Request $request Response $response Return Value void

URL::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Route::getPath()

string getPath() Get the URI associated with the route. Return Value string