コード例 #1
0
ファイル: Node.php プロジェクト: soundintheory/fuel-cmf
 public function urlSlug()
 {
     return $this->is_root ? '' : parent::urlSlug();
 }