Oihana PHP System

ConfigTrait

Provides functionality for managing a configuration setup.

Table of Contents

Properties

$config  : array<string|int, mixed>
The config reference.

Methods

initConfig()  : array<string|int, mixed>
Initialize the configuration definition.

Properties

$config

The config reference.

public array<string|int, mixed> $config = []

Methods

initConfig()

Initialize the configuration definition.

protected initConfig([array<string|int, mixed> $init = [] ][, ContainerInterface|null $container = null ]) : array<string|int, mixed>
Parameters
$init : array<string|int, mixed> = []
$container : ContainerInterface|null = null
Tags
throws
ContainerExceptionInterface
throws
DependencyException
throws
NotFoundException
throws
NotFoundExceptionInterface
Return values
array<string|int, mixed>

        
On this page

Search results