コード例 #1
0
ファイル: icmsmetagen.php プロジェクト: nao-pon/impresscms
 public function __construct($title, $keywords = false, $description = false, $categoryPath = false)
 {
     parent::__construct($title, $keywords, $description, $categoryPath);
     $this->_deprecated = icms_core_Debug::setDeprecated('icms_ipf_Metagen', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }