PHP Класс IssueFile, ojs

Наследование: extends PKPFile
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( )

getContentType() публичный Метод

@ return string
public getContentType ( )

getDateModified() публичный Метод

Get modified date of file.
public getDateModified ( ) : date
Результат date

getIssueId() публичный Метод

Get ID of issue.
public getIssueId ( ) : integer
Результат integer

setContentType() публичный Метод

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

setDateModified() публичный Метод

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

setIssueId() публичный Метод

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