Exemplo n.º 1
0
 public function __construct($height)
 {
     parent::__construct("height", $height);
 }
Exemplo n.º 2
0
 public function __construct($width)
 {
     parent::__construct("width", $width);
 }