PHP Class MetaIssue

Inheritance: extends MetaDbObject
显示文件 Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
__construct ( $p_publicationId = null, $p_languageId = null, $p_issueNumber = null )
languages_list ( boolean $p_excludeCurrent = true, array $p_order = [], boolean $p_allIssues = false ) : array Returns a list of MetaLanguage objects - list of languages in which the issue was translated.

Protected Methods

Method Description
getLanguage ( )
getPublication ( )
getPublishHour ( )
getPublishMinute ( )
getPublishMonth ( )
getPublishMonthDay ( )
getPublishMonthName ( )
getPublishSecond ( )
getPublishWeekDay ( )
getPublishWeekDayName ( )
getPublishYear ( )
getPublishYearDay ( )
getTemplate ( )
getThemePath ( ) fn __construct
isCurrent ( )
isPublished ( )

Method Details

__construct() public method

public __construct ( $p_publicationId = null, $p_languageId = null, $p_issueNumber = null )

getLanguage() protected method

protected getLanguage ( )

getPublication() protected method

protected getPublication ( )

getPublishHour() protected method

protected getPublishHour ( )

getPublishMinute() protected method

protected getPublishMinute ( )

getPublishMonth() protected method

protected getPublishMonth ( )

getPublishMonthDay() protected method

protected getPublishMonthDay ( )

getPublishMonthName() protected method

protected getPublishMonthName ( )

getPublishSecond() protected method

protected getPublishSecond ( )

getPublishWeekDay() protected method

protected getPublishWeekDay ( )

getPublishWeekDayName() protected method

protected getPublishWeekDayName ( )

getPublishYear() protected method

protected getPublishYear ( )

getPublishYearDay() protected method

protected getPublishYearDay ( )

getTemplate() protected method

protected getTemplate ( )

getThemePath() protected method

fn __construct
protected getThemePath ( )

isCurrent() protected method

protected isCurrent ( )

isPublished() protected method

protected isPublished ( )

languages_list() public method

Returns a list of MetaLanguage objects - list of languages in which the issue was translated.
public languages_list ( boolean $p_excludeCurrent = true, array $p_order = [], boolean $p_allIssues = false ) : array
$p_excludeCurrent boolean
$p_order array
$p_allIssues boolean
return array of MetaLanguage