void __construct(CacheManager $cache) Create a new cache clear command instance. Parameters CacheManager $cache Return Value void
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
string compileColumnExists(string $table) Compile the query to determine the list of columns. Parameters string $table Return Value string
bool supportsSchemaTransactions() Check if this Grammar supports schema changes wrapped in a transaction. Return Value bool
string decodedPath() Get the current encoded path info for the request. Return Value string
void offsetSet(string $offset, mixed $value) Set the value at the given offset. Parameters string $offset mixed $value Return Value void
abstract HttpKernelInterface createApplication() Creates the application. Needs to be implemented by subclasses. Return Value HttpKernelInterface
mixed reset(array $credentials, Closure $callback) Reset the password for the given token. Parameters array $credentials Closure $callback Return Value mixed
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
static Collection hydrateRaw(string $query, array $bindings = array(), string|null $connection = null) Create a collection of models from a raw query. Parameters string $query array $bindings string|null $connection Return Value Collection
Page 34 of 996