PHP Class IssueFile, ojs

Inheritance: extends PKPFile
Show file Open project: pkp/ojs Class Usage Examples

Public Methods

Method Description
__construct ( ) Constructor.
getContentType ( ) Get content type of the file.
getDateModified ( ) : date Get modified date of file.
getIssueId ( ) : integer Get ID of issue.
setContentType ( $contentType ) set type of the file.
setDateModified ( $dateModified ) set modified date of file.
setIssueId ( $issueId ) set ID of issue.

Method Details

__construct() public method

Constructor.
public __construct ( )

getContentType() public method

@ return string
public getContentType ( )

getDateModified() public method

Get modified date of file.
public getDateModified ( ) : date
return date

getIssueId() public method

Get ID of issue.
public getIssueId ( ) : integer
return integer

setContentType() public method

set type of the file.
public setContentType ( $contentType )

setDateModified() public method

set modified date of file.
public setDateModified ( $dateModified )
$dateModified date

setIssueId() public method

set ID of issue.
public setIssueId ( $issueId )
$issueId int