Ejemplo n.º 1
0
 /**
  * Constructs the color tag
  * @return null
  */
 public function __construct()
 {
     parent::__construct(self::NAME);
 }
Ejemplo n.º 2
0
 /**
  * Constructs the url tag
  * @return null
  */
 public function __construct()
 {
     parent::__construct(self::NAME, true, false);
 }