Interface HttpViewControllerRegistryInterface

Interface HttpViewControllerRegistryInterface

Direct known implementers

HttpViewControllerRegistry

Methods summary

public set( string $name, string $value )

Sets a new registry entry.

public get( string $name ) : string

Returns a registry entry by the given name.

public get_all_data( void ) : array

Returns all registered entries.