BcBaserHelper::getThemeUrl PHP Méthode

getThemeUrl() public méthode

現在のテーマのURLを取得する
public getThemeUrl ( ) : string
Résultat string テーマのURL
    public function getThemeUrl()
    {
        return $this->request->webroot . 'theme' . '/' . $this->siteConfig['theme'] . '/';
    }