Public Member Functions | |
| __construct () | |
| setConfigLoader ($configLoader) | |
| getPersistentManager () | |
| addClassMap ($name, $classMap) | |
| getClassMap ($param1, $param2=NULL) | |
| getConverter ($name) | |
| putConverter ($name, $converter) | |
Public Attributes | |
| $miolo | |
Private Attributes | |
| $classMaps = array() | |
| $databases = array() | |
| $converters = array() | |
| $debug = false | |
| $locked = false | |
| $configLoader | |
| $manager | |
Definition at line 5 of file persistentmanagerfactory.class.
| PersistentManagerFactory::__construct | ( | ) |
Definition at line 16 of file persistentmanagerfactory.class.
| PersistentManagerFactory::setConfigLoader | ( | $ | configLoader | ) |
| PersistentManagerFactory::getPersistentManager | ( | ) |
Definition at line 29 of file persistentmanagerfactory.class.
| PersistentManagerFactory::addClassMap | ( | $ | name, | |
| $ | classMap | |||
| ) |
Definition at line 39 of file persistentmanagerfactory.class.
Referenced by getClassMap().
Here is the caller graph for this function:

| PersistentManagerFactory::getClassMap | ( | $ | param1, | |
| $ | param2 = NULL | |||
| ) |
Definition at line 44 of file persistentmanagerfactory.class.
References addClassMap().
Here is the call graph for this function:

| PersistentManagerFactory::getConverter | ( | $ | name | ) |
Definition at line 76 of file persistentmanagerfactory.class.
| PersistentManagerFactory::putConverter | ( | $ | name, | |
| $ | converter | |||
| ) |
Definition at line 81 of file persistentmanagerfactory.class.
PersistentManagerFactory::$classMaps = array() [private] |
Definition at line 7 of file persistentmanagerfactory.class.
PersistentManagerFactory::$databases = array() [private] |
Definition at line 8 of file persistentmanagerfactory.class.
PersistentManagerFactory::$converters = array() [private] |
Definition at line 9 of file persistentmanagerfactory.class.
PersistentManagerFactory::$debug = false [private] |
Definition at line 10 of file persistentmanagerfactory.class.
PersistentManagerFactory::$locked = false [private] |
Definition at line 11 of file persistentmanagerfactory.class.
PersistentManagerFactory::$configLoader [private] |
PersistentManagerFactory::$manager [private] |
Definition at line 13 of file persistentmanagerfactory.class.
| PersistentManagerFactory::$miolo |
Definition at line 14 of file persistentmanagerfactory.class.