BcBaserHelper::metaKeywords PHP Méthode

metaKeywords() public méthode

キーワード用のメタタグを出力する
public metaKeywords ( ) : void
Résultat void
    public function metaKeywords()
    {
        echo $this->BcHtml->meta('keywords', $this->getkeywords()) . "\n";
    }