PHP Classes

File: doc/Classes/Config.md

Recommend this page to a friend!
  Classes of Scott Arciszewski   Halite   doc/Classes/Config.md   Download  
File: doc/Classes/Config.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Halite
Perform cryptography operations with libsodium
Author: By
Last change:
Date: 8 years ago
Size: 400 bytes
 

Contents

Class file image Download

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.