Example #1
0
 public function description()
 {
     printf("工作的桌子上面有两个物件:\n");
     $this->box->description();
     $this->computer->description();
 }