Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 400 Bytes

Config.md

File metadata and controls

19 lines (10 loc) · 400 Bytes

Config

Namespace: \ParagonIE\Halite

Encapsulates configuration in an immutable data structure.

Methods

__get()

public __get(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.