FileStore

FileStore class FileStore implements Store (View source) Traits RetrievesMultipleKeys

StoreInterface::forget()

void forget(string $key) Remove an item from the cache. Parameters string $key Return Value void

ListenerMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

FormRequest::setUserResolver()

$this setUserResolver(Closure $callback) Set the user resolver callback. Parameters Closure $callback Return Value $this

DatabaseManager::supportedDrivers()

array supportedDrivers() Get all of the support drivers. Return Value array

AuthServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

RouteCacheCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

Application::forgetInstance()

void forgetInstance(string $abstract) Remove a resolved instance from the instance cache. Parameters string $abstract Return Value void

File::hashName()

string hashName(string $path = null) Get a filename for the file that is the MD5 hash of the contents. Parameters string $path Return Value string

NullQueue::later()

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