コード例 #1
0
 public function getMenuTitle()
 {
     if (!is_null($this->title)) {
         return $this->title;
     }
     return parent::getMenuTitle();
 }