Exemplo n.º 1
0
 public function __construct($value)
 {
     parent::__construct("img", $value);
 }
Exemplo n.º 2
0
 public function __construct($level, $value)
 {
     $this->_level = (int) $level;
     parent::__construct("h" . $this->_level, $value);
 }