ViewPublishCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

Filesystem::copy()

bool copy(string $from, string $to) Copy a file to a new location. Parameters string $from string $to Return Value bool

Controller::getMiddleware()

array getMiddleware() Get the middleware assigned to the controller. Return Value array

ClearCommand::__construct()

void __construct(CacheManager $cache) Create a new cache clear command instance. Parameters CacheManager $cache Return Value void

NullQueue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

SqlServerGrammar::compileColumnExists()

string compileColumnExists(string $table) Compile the query to determine the list of columns. Parameters string $table Return Value string

Request::decodedPath()

string decodedPath() Get the current encoded path info for the request. Return Value string

Grammar::supportsSchemaTransactions()

bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool

Request::offsetSet()

void offsetSet(string $offset, mixed $value) Set the value at the given offset. Parameters string $offset mixed $value Return Value void

TestCase::createApplication()

abstract HttpKernelInterface createApplication() Creates the application. Needs to be implemented by subclasses. Return Value HttpKernelInterface