예제 #1
0
파일: index4.php 프로젝트: Overfinch/oop
 public function getView()
 {
     $result = parent::getView();
     $result .= "<br>" . $this->type . "<br>" . $this->size;
     return $result;
 }