Download the PHP package flextype-components/registry without Composer
On this page you can find all versions of the php package flextype-components/registry. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download flextype-components/registry
More information about flextype-components/registry
Files in flextype-components/registry
Download flextype-components/registry
More information about flextype-components/registry
Files in flextype-components/registry
Vendor flextype-components
Package registry
Short Description Registry component provides a mechanism for storing data globally in a well managed fashion, helping to prevent global meltdown.
License MIT
Homepage https://github.com/flextype-components/registry
Package registry
Short Description Registry component provides a mechanism for storing data globally in a well managed fashion, helping to prevent global meltdown.
License MIT
Homepage https://github.com/flextype-components/registry
Please rate this library. Is it a good library?
Informations about the package registry
Registry Component
Registry component provides a mechanism for storing data globally in a well managed fashion, helping to prevent global meltdown.
Installation
With Composer:
Usage
Methods
Method | Description |
---|---|
set() |
Set a value in the registry. |
get() |
Get item from the registry. |
has() |
Determine if the registry has a value for the given name. |
delete() |
Delete a value from the registry. |
flush() |
Flush all values from the registry. |
all() |
Get all values in the register. |
Method: set()
Set a value in the registry.
Example:
Method: get()
Get item from the registry.
Example:
Method: has()
Determine if the registry has a value for the given name.
Example:
Method: delete()
Example:
Method: flush()
Flush all values from the registry.
Example:
Method: all()
Get all values in the register.
Example:
License
The MIT License (MIT) Copyright (c) 2020 Sergey Romanenko
All versions of registry with dependencies
PHP Build Version
Package Version
The package flextype-components/registry contains the following files
Loading the files please wait ....