\AnaxTConfigure

Trait implementing reading from config-file and storing options in $this->config.

Summary

Methods
Properties
Constants
configure()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$config
N/A

Properties

$config

$config : 

Properties

Type

Methods

configure()

configure(\Anax\array/string  $what) : $this

Read configuration from file or array'.

Parameters

\Anax\array/string $what

is an array with key/value config options or a file

 to be included which returns such an array.

Returns

$this —

for chaining.