Open Monograph Press  3.3.0
MonographFileEmailLogEntry.inc.php
1 <?php
2 
17 import('lib.pkp.classes.log.EmailLogEntry');
18 
23  function __construct() {
24  parent::__construct();
25  }
26 
27  function setFileId($fileId) {
28  return $this->setAssocId($fileId);
29  }
30 
31  function getFileId() {
32  return $this->getAssocId();
33  }
34 
35 }
36 
37 
MonographFileEmailLogEntry\__construct
__construct()
Definition: MonographFileEmailLogEntry.inc.php:23
MonographFileEmailLogEntry\getFileId
getFileId()
Definition: MonographFileEmailLogEntry.inc.php:31
EmailLogEntry\getAssocId
getAssocId()
Definition: EmailLogEntry.inc.php:92
EmailLogEntry
Describes an entry in the email log.
Definition: EmailLogEntry.inc.php:18
MonographFileEmailLogEntry\setFileId
setFileId($fileId)
Definition: MonographFileEmailLogEntry.inc.php:27
MonographFileEmailLogEntry
Describes an entry in the monograph file email log.
Definition: MonographFileEmailLogEntry.inc.php:19
EmailLogEntry\setAssocId
setAssocId($assocId)
Definition: EmailLogEntry.inc.php:100