• Main Page
  • Modules
  • Classes
  • Files
  • File List

classes/log/OmpEventLogEntry.inc.php

00001 <?php
00002 
00016 import('lib.pkp.classes.log.EventLogEntry');
00017 
00018 // Information Center events
00019 define('MONOGRAPH_LOG_NOTE_POSTED',       0x01000000);
00020 define('MONOGRAPH_LOG_MESSAGE_SENT',         0x01000001);
00021 
00022 class OmpEventLogEntry extends EventLogEntry {
00026    function OmpEventLogEntry() {
00027       parent::EventLogEntry();
00028    }
00029 }
00030 
00031 ?>

Generated on Mon Sep 17 2012 13:58:55 for Open Monograph Press by  doxygen 1.7.1