コード例 #1
0
ファイル: Section.inc.php プロジェクト: radicaldesigns/amp
 function _afterCreate()
 {
     $this->_create_section_header();
     $this->_create_permission_values();
     parent::_afterCreate();
 }
コード例 #2
0
ファイル: ArticleComment.php プロジェクト: radicaldesigns/amp
 function _afterCreate()
 {
     $this->consider_notifying_admin();
     parent::_afterCreate();
 }