コード例 #1
0
ファイル: common.class.php プロジェクト: geldarr/hack-space
 static function postInit()
 {
     Plugin::registerClass('PluginBehaviorsCommon', array('addtabon' => array_keys(PluginBehaviorsCommon::getCloneTypes())));
     PluginBehaviorsTicket::onNewTicket();
 }