HttpViewControllerRegistryInterface
in
Interface HttpViewControllerRegistryInterface
Tags
Table of Contents
- get() : string
- Returns a registry entry by the given name.
- get_all_data() : array<string|int, mixed>
- Returns all registered entries.
- set() : mixed
- Sets a new registry entry.
Methods
get()
Returns a registry entry by the given name.
public
get(string $name) : string
Parameters
- $name : string
-
Key of expected registry entry.
Return values
string —Expected registry entry.
get_all_data()
Returns all registered entries.
public
get_all_data() : array<string|int, mixed>
Return values
array<string|int, mixed> —set()
Sets a new registry entry.
public
set(string $name, string $value) : mixed
Parameters
- $name : string
-
Key of registry entry.
- $value : string
-
Registry value.