コード例 #1
0
ファイル: square.php プロジェクト: Reni789/Exercises
 public function __construct($height)
 {
     parent::_construct($height, $height);
 }