Public Member Functions | |
| PHPConfigLoader (&$broker) | |
| & | getMap ($classMapName) |
| & | getClassMap ($classMapName) |
| & | getAssociationMap ($classMapName) |
| & | getConverter ($name=null) |
Public Attributes | |
| $broker | |
| $maps = array() | |
Definition at line 7 of file phpconfigloader.class.
| PHPConfigLoader::PHPConfigLoader | ( | &$ | broker | ) |
Brief Description. Complete Description.
| &$broker | (tipo) desc |
Definition at line 28 of file phpconfigloader.class.
References $broker.
| & PHPConfigLoader::getMap | ( | $ | classMapName | ) |
Definition at line 33 of file phpconfigloader.class.
References _M().
Referenced by getAssociationMap(), and getClassMap().
Here is the call graph for this function:

Here is the caller graph for this function:

| & PHPConfigLoader::getClassMap | ( | $ | classMapName | ) |
Definition at line 49 of file phpconfigloader.class.
References getConverter(), and getMap().
Here is the call graph for this function:

| & PHPConfigLoader::getAssociationMap | ( | $ | classMapName | ) |
Definition at line 122 of file phpconfigloader.class.
References getMap().
Here is the call graph for this function:

| & PHPConfigLoader::getConverter | ( | $ | name = null |
) |
Definition at line 168 of file phpconfigloader.class.
References ConverterFactory::getTrivialConverter().
Referenced by getClassMap().
Here is the call graph for this function:

Here is the caller graph for this function:

| PHPConfigLoader::$broker |
Attribute Description.
Definition at line 12 of file phpconfigloader.class.
Referenced by PHPConfigLoader().
| PHPConfigLoader::$maps = array() |
Attribute Description.
Definition at line 17 of file phpconfigloader.class.