Download the PHP package bluzphp/container without Composer
On this page you can find all versions of the php package bluzphp/container. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package container
Container Component
Achievements
Usage
Example of the Registry class:
Methods
Public methods of the Container\Container
:
setFromArray(array $data)
toArray()
resetArray()
-
Protected methods of the
Container\Container
: doSetContainer(string $key, mixed $value)
- set thevalue
by thekey
doGetContainer(string $key)
– if the container has thekey
, then it returns thevalue
, otherwisenull
doContainsContainer(string $key)
- check the container for thekey
doDeleteContainer(string $key)
- remove thevalue
by thekey
Methods of the Container\ArrayAccess
(implementation of the interface ArrayAccess
):
offsetSet($offset, $value)
offsetExists($offset)
offsetUnset($offset)
offsetGet($offset)
Methods of the Container\MagicAccess
:
__set($key, $value)
__get($key)
__isset($key)
__unset($key)
Methods of the Container\RegularAccess
:
set($key, $value)
get($key)
has($key)
remove($key)
Methods of the Container\JsonSerialize
jsonSerialize()
- implementation of the interfaceJsonSerializable
All versions of container with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.2
The package bluzphp/container contains the following files
Loading the files please wait ....