Source for file FeSpecularLightingElement.php

Documentation is available at FeSpecularLightingElement.php

  1. <?php
  2. /**
  3.  * $Source: /cvsroot/svggrapher/svggrapher/elements/FeSpecularLightingElement.php,v $
  4.  *
  5.  * @version CVS: $Id: FeSpecularLightingElement.php,v 1.3 2007/10/23 09:22:52 geelweb Exp $
  6.  * @filesource
  7.  * @author Guillaume Luchet. <guillaume@geelweb.org>
  8.  * @copyright Copyright (c) 2007, Guillaume Luchet.
  9.  * @license http://opensource.org/licenses/bsd-license.php BSD License
  10.  * @package SvgGrapher
  11.  * @subpackage Elements
  12.  */
  13.  
  14. /**
  15.  * include parent class
  16.  */
  17. require_once SVGGRAPHER_CLASS_PATH '/XMLElement.php';
  18.  
  19. /**
  20.  * FeSpecularLightingElement
  21.  *
  22.  * {@link http://www.w3.org/TR/SVG11/filters.html#feSpecularLightingElement}
  23.  * 
  24.  * @uses XMLElement
  25.  * @version CVS: $Id: FeSpecularLightingElement.php,v 1.3 2007/10/23 09:22:52 geelweb Exp $
  26.  * @copyright Copyright (c) 2007, Guillaume Luchet
  27.  * @author guillaume luchet <guillaume@geelweb.org>
  28.  * @license http://opensource.org/licenses/bsd-license.php BSD License
  29.  * @package SvgGrapher
  30.  * @subpackage Elements
  31.  */
  32. {
  33.     /**
  34.      * __construct
  35.      * 
  36.      * @param array $atts tag attributes
  37.      * @access public
  38.      * @return void 
  39.      */
  40.     public function __construct($atts=array()) 
  41.     {
  42.         parent::__construct('fespecularlighting'$atts);
  43.     }
  44. }
  45.  
  46. ?>

Documentation generated on Tue, 23 Oct 2007 11:31:59 +0200 by phpDocumentor 1.4.0