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