Documentation

IConfigMapper

Table of Contents

map() Take a config array and convert it to a list of IProperty instances. array

Methods

map()

Take a config array and convert it to a list of IProperty instances.

public map( $config : array ) : array

If anything is wrong, exceptions get thrown.

Parameters
$config : array
Tags
throws
InvalidArgumentException
throws
Exception
Return values
array

IProperty[] list of properties defined in $config

Search results