BcBaserHelper::getUrl PHP Method

getUrl() public method

《利用例》 会社概要
public getUrl ( mixed $url = null, boolean $full = false, boolean $sessionId = true ) : string
$url mixed baserCMS設置フォルダからの絶対URL、もしくは配列形式のURL情報 省略した場合には、PC用のトップページのURLを取得する
$full boolean httpから始まるURLを取得するかどうか
$sessionId boolean セションIDを付加するかどうか
return string URL
    public function getUrl($url = null, $full = false, $sessionId = true)
    {
        return parent::url($url, $full, $sessionId);
    }