Back to Opencart

Class Opencart\System\Engine\Registry

docs/api/Opencart.System.Engine.Registry.html

4.1.0.33.7 KB
Original Source

Namespaces

Classes

Class Opencart[System](http://localhost\opencart-master/docs/api/namespace-Opencart.System.html)\[Engine](http://localhost\opencart-master/docs/api/namespace-Opencart.System.Engine.html)\[Registry](http://localhost\opencart-master/docs/api/Opencart.System.Engine.Registry.html)

Class Registry

Located at system\engine\registry.php

Methods
`
public

			` | `__get(string $key): ?object`

__get https://www.php.net/manual/en/language.oop5.overloading.php#object.get

__get https://www.php.net/manual/en/language.oop5.overloading.php#object.get

| # | | `

public

			` | `__set(string $key, object $value): void`

__set https://www.php.net/manual/en/language.oop5.overloading.php#object.set

__set https://www.php.net/manual/en/language.oop5.overloading.php#object.set

| # | | `

public

			` | `__isset(string $key): bool`

__isset https://www.php.net/manual/en/language.oop5.overloading.php#object.set

__isset https://www.php.net/manual/en/language.oop5.overloading.php#object.set

| # | | `

public

			` | `get(string $key): ?object`

Get

Get

| # | | `

public

			` | `set(string $key, object $value): void`

Set

Set

| # | | `

public

			` | `has(string $key): bool`

Has

Has

| # | | `

public

			` | `unset(string $key): void`

Unset Unsets registry value by key.

Unset Unsets registry value by key.

| # |

OpenCart API API documentation generated by ApiGen dev-master