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

classes/log/MonographFileEmailLogEntry.inc.php

00001 <?php
00002 
00016 import('lib.pkp.classes.log.EmailLogEntry');
00017 
00018 class MonographFileEmailLogEntry extends EmailLogEntry {
00022    function MonographFileEmailLogEntry() {
00023       parent::EmailLogEntry();
00024    }
00025 
00026    function setFileId($fileId) {
00027       return $this->setAssocId($fileId);
00028    }
00029 
00030    function getFileId() {
00031       return $this->getAssocId();
00032    }
00033 
00034 }
00035 
00036 ?>

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