Source for file ConfigProxy.php
Documentation is available at ConfigProxy.php
* Class Proxy de type widget
* @copyright 2009, Boreal - Information Strategies
* @license http://www.geoprisma.org/license BSD License
* @link http://www.geoprisma.org
* Class Proxy de type widget
* @var org_geoprisma_config_Config
private $m_objConfig =
null;
private $m_strMethod =
null;
* Creates an instance of org_geoprisma_proxy_config_ConfigProxy
* @param org_geoprisma_config_Config $pobjConfig Config
* @param string $pstrProcess Process
* @return org_geoprisma_proxy_config_ConfigProxy
org_geoprisma_config_Config $pobjConfig,
$this->m_objConfig =
$pobjConfig;
$this->m_strMethod =
$pstrProcess;
if (count($pobjConfig->getProcessList()) ==
0)
throw
new Exception("The \"".
get_class($objConfig).
"\" config driver doesn't support any osmprocess value.");
else if (!in_array($pstrProcess, $pobjConfig->getProcessList()))
throw
new Exception("osmprocess param has an invalid value. Possible values are : ".
implode(", ", $pobjConfig->getProcessList()));
catch
(Exception $objException)
* Retourne le nom de l'action réaliser par le proxy (Create - Read - Update - Delete)
catch
(Exception $objException)
* Retourne la liste de layer accèder par la query
Documentation generated on Mon, 20 Feb 2012 13:46:10 -0500 by phpDocumentor 1.4.1