예제 #1
0
 public function __construct($height)
 {
     parent::__construct("height", $height);
 }
예제 #2
0
 public function __construct($width)
 {
     parent::__construct("width", $width);
 }