PHP Class MetaIssue

Inheritance: extends MetaDbObject
Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

__construct() public méthode

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

getLanguage() protected méthode

protected getLanguage ( )

getPublication() protected méthode

protected getPublication ( )

getPublishHour() protected méthode

protected getPublishHour ( )

getPublishMinute() protected méthode

protected getPublishMinute ( )

getPublishMonth() protected méthode

protected getPublishMonth ( )

getPublishMonthDay() protected méthode

protected getPublishMonthDay ( )

getPublishMonthName() protected méthode

protected getPublishMonthName ( )

getPublishSecond() protected méthode

protected getPublishSecond ( )

getPublishWeekDay() protected méthode

protected getPublishWeekDay ( )

getPublishWeekDayName() protected méthode

protected getPublishWeekDayName ( )

getPublishYear() protected méthode

protected getPublishYear ( )

getPublishYearDay() protected méthode

protected getPublishYearDay ( )

getTemplate() protected méthode

protected getTemplate ( )

getThemePath() protected méthode

fn __construct
protected getThemePath ( )

isCurrent() protected méthode

protected isCurrent ( )

isPublished() protected méthode

protected isPublished ( )

languages_list() public méthode

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
Résultat array of MetaLanguage