FileStore class FileStore implements Store (View source) Traits RetrievesMultipleKeys
void forget(string $key) Remove an item from the cache. Parameters string $key Return Value void
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
$this setUserResolver(Closure $callback) Set the user resolver callback. Parameters Closure $callback Return Value $this
array supportedDrivers() Get all of the support drivers. Return Value array
static array compiles() Get a list of files that should be compiled for the package. Return Value array
int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int
void forgetInstance(string $abstract) Remove a resolved instance from the instance cache. Parameters string $abstract Return Value void
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
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
Page 418 of 996