Source for file MapFishLayerTreeMustBeChangedException.php

Documentation is available at MapFishLayerTreeMustBeChangedException.php

  1. <?php
  2. /**
  3. * Thrown Exception when the 'mapfishlayertree' widget still use the old
  4. * 'model' and 'children' nodes.  They must be replaced by 'nodes' nodes.
  5. * Exception code 405
  6. *
  7. * PHP versions 5
  8. @category  PHP
  9. @package   GeoPrisma
  10. @author    Alexandre Dube
  11. @copyright 2010, Nippour Geomatik
  12. @license   http://www.geoprisma.org/license BSD License
  13. @link      http://www.geoprisma.org
  14. */
  15.  
  16. /**
  17. * Thrown Exception when the 'mapfishlayertree' widget still use the old
  18. * 'model' and 'children' nodes.  They must be replaced by 'nodes' nodes.
  19. * Exception code 405
  20. *
  21. @category   PHP
  22. @package    GeoPrisma
  23. @subpackage Exception
  24. @author     Alexandre Dube
  25. */
  26. {
  27.     /**
  28.     * Construct a new instance of
  29.     * org_geoprisma_exception_MapFishLayerTreeMustBeChangedException
  30.     * 
  31.     * @return org_geoprisma_exception_MapFishLayerTreeMustBeChangedException 
  32.     */
  33.     public function __construct()
  34.     {
  35.         $strMessage "<b>== Error == </b><br /><br />Your config.xml file has a 'mapfishlayertree' widget that has the old 'model' and 'children' nodes.  Please, replace them for 'nodes'.";
  36.         parent::__construct($strMessage405);
  37.     }   
  38. }
  39.   
  40. ?>

Documentation generated on Mon, 20 Feb 2012 13:46:23 -0500 by phpDocumentor 1.4.1