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 ?>
1.7.1