コード例 #1
0
ファイル: HeadMeta.php プロジェクト: rwetzlmayr/seo-module
 public function prependtName($keyValue, $content, $modifiers = array())
 {
     if (!$this->_locked) {
         parent::prependName($keyValue, $content, $modifiers);
     }
     return $this;
 }