Example #1
0
 public function geneSummary()
 {
     $base = parent::geneSummary();
     $base .= $this->getPlayTime();
     return $base;
 }