Ejemplo n.º 1
0
 public function __construct($x, $y, $size)
 {
     parent::__construct($x, $y, $size, $size);
     $this->size = $size;
     //Expose to reflection
 }