Exemplo n.º 1
0
 public function __construct($x, $y, $width, $height)
 {
     parent::__construct($x, $y);
     $this->width = $width;
     $this->height = $height;
 }
Exemplo n.º 2
0
 public function __construct($x, $y, $radius)
 {
     parent::__construct($x, $y);
     $this->radius = $radius;
 }