TaggedCache tags(array|mixed $names) Begin executing a new tags operation if the store supports it. Parameters array|mixed $names Return Value TaggedCache Exceptions BadMethodCallException
mixed __call(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
void __clone() Clone cache repository instance. Return Value void
void __construct(Store $store, TagSet $tags) Create a new cache repository instance. Parameters Store $store TagSet $tags Return Value void
RefreshCommand class RefreshCommand extends Command (View source) Traits ConfirmableTrait
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
array arguments() Get all of the arguments passed to the command. Return Value array
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Page 9650 of 11844