コード例 #1
0
ファイル: index4.php プロジェクト: Overfinch/oop
 public function getView()
 {
     $result = parent::getView();
     $result .= "<br>" . $this->type . "<br>" . $this->size;
     return $result;
 }