Source for file FeatureServerDeleteProxy.php
Documentation is available at FeatureServerDeleteProxy.php
* Class Proxy feature server quant la requete est de type delete
* @copyright 2009, Boreal - Information Strategies
* @license http://www.geoprisma.org/license BSD License
* @link http://www.geoprisma.org
* Class Proxy feature server quant la requete est de type delete
* Foward the call end return the result
$strPathInfo =
self::getPathInfo();
curl_setopt($objCurl, CURLOPT_CUSTOMREQUEST, 'DELETE');
* Retourne le nom de l'action réaliser par le proxy (Create - Read - Update - Delete)
return self::CRUD_DELETE;
Documentation generated on Thu, 19 Jan 2012 00:08:28 +0400 by phpDocumentor 1.4.1