BcBaserHelper::isBlog PHP Method

isBlog() public method

現在のページがブログプラグインかどうかを判定する
public isBlog ( ) : boolean
return boolean
    public function isBlog()
    {
        return $this->request->params['Content']['plugin'] == 'Blog';
    }