コード例 #1
0
ファイル: content.module.php プロジェクト: decima/M2-platine
 public function install()
 {
     content_database::create_new_content_type("post", "post");
 }
コード例 #2
0
ファイル: news.module.php プロジェクト: decima/M2-platine
 public function install()
 {
     content_database::create_new_content_type("News", "news");
 }