Interface HttpViewControllerRegistryInterface
category |
System |
---|---|
package |
Http |
subpackage |
Interfaces |
get(string $name) : string
string
Key of expected registry entry.
string
Expected registry entry.
get_all_data() : array
array
set(string $name, string $value)
string
Key of registry entry.
string
Registry value.