예제 #1
0
파일: cirlce.php 프로젝트: kabaj/opp
 public function __destruct()
 {
     echo "Destruktor Kola<br>";
     parent::__destruct();
 }
예제 #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();
 }