管理画面のサイト基本設定のWEBサイト名を取得する
$this->BcBaser->getSiteName();
(string) サイト基本設定のWEBサイト名
<?php echo $this->BcBaser->getSiteName(); ?>