PHP Class IssueFile, ojs

Inheritance: extends PKPFile
Afficher le fichier Open project: pkp/ojs Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Constructor.
public __construct ( )

getContentType() public méthode

@ return string
public getContentType ( )

getDateModified() public méthode

Get modified date of file.
public getDateModified ( ) : date
Résultat date

getIssueId() public méthode

Get ID of issue.
public getIssueId ( ) : integer
Résultat integer

setContentType() public méthode

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

setDateModified() public méthode

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

setIssueId() public méthode

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