KeyWritten::__construct()

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

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.

KeyGeneratorServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

KeyGeneratorServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

KeyGeneratorServiceProvider::register()

void register() Register the service provider. Return Value void

KeyGeneratorServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

KeyGeneratorServiceProvider::package()

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

KeyGeneratorServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

KeyGeneratorServiceProvider::guessPackagePath()

string guessPackagePath() Guess the package path for the provider. Return Value string

KeyGeneratorServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void