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