public function __destruct() { echo "Destruktor Kola<br>"; parent::__destruct(); }
public function __destruct(){ echo "niszcze okr¹g o parametrach x = $this->x, y = $this->y, kolor = $this->color, promieñ = $this->r <br>"; parent::__destruct(); }