Namespace: \ParagonIE\Halite
\ParagonIE\Halite
Encapsulates configuration in an immutable data structure.
__get()
> public __get(string $key)
public
string $key
Gets a configuration directive if it exists, or throws an ConfigDirectiveNotFound.
__set()
> public __set()`
Returns false, does nothing. Configuration should not be altered at runtime.
info at phpclasses dot org