示例#1
0
 public function __construct($newX, $newY, $newCol, $newR, $newH)
 {
     echo "Konstruktor Cone<br>";
     parent::__construct($newX, $newY, $newCol, $newR);
     $this->setH($newH);
 }