Source for file ConfigFactory.php
Documentation is available at ConfigFactory.php
* @copyright 2009, Boreal - Information Strategies
* @license http://www.geoprisma.org/license BSD License
* @link http://www.geoprisma.org
* Construit une nouvelle instance de org_geoprisma_config_ConfigFactory
* Force l'utilisation de la méthode getConfig
* @return org_geoprisma_config_ConfigFactory
private function __construct()
* @return org_geoprisma_config_Config
if(!isset($_SESSION["gpConfig"]))
$objConfigFactory = new org_opensafemap_config_ConfigFactory();
$_SESSION["gpConfig"] = serialize($objConfigFactory->getManager(org_opensafemap_SettingImpl::getConfig()));
return unserialize($_SESSION["gpConfig"]);
* Vérifie que l'object passer est un instance de org_geoprisma_config_Config
* @param object $pobjManager object to test
* @param string $pstrMessage Message erreur
* @return org_geoprisma_exception_BadConfigException
protected function getError($pstrMessage)
Documentation generated on Mon, 20 Feb 2012 13:46:10 -0500 by phpDocumentor 1.4.1