void __construct(string $key, mixed $value, int $minutes, array $tags = array()) Create a new event instance. Parameters string $key mixed $value int $minutes array $tags Return Value void
KeyWritten class KeyWritten (View source) Properties string $key The key that was written. mixed $value The value that was written. int $minutes The number of minutes the key should be valid. array $tags The tags that were assigned to the key.
void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void
array when() Get the events that trigger this service provider to register. Return Value array
void register() Register the service provider. Return Value void
array provides() Get the services provided by the provider. Return Value array
void package(string $package, string $namespace = null, string $path = null) Register the package's component namespaces. Parameters string $package string $namespace string $path Return Value void
bool isDeferred() Determine if the provider is deferred. Return Value bool
string guessPackagePath() Guess the package path for the provider. Return Value string
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
Page 547 of 996