コード例 #1
0
ファイル: task5.php プロジェクト: Dre90/Web2
 public function get_area()
 {
     //access parent's protected method
     return parent::get_area();
 }