예제 #1
0
 public function getTitle()
 {
     if ($this->title) {
         return $this->title;
     }
     return parent::getTitle();
 }