PHP Class MetaPublication

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
getCAPTCHAEnabled ( )
getDefaultLanguage ( )
getDefaultSiteName ( )
getModeratedComments ( )
getPublicComments ( )
getSeo ( )
getSubscriptionTime ( )
getSubscriptionTimeUnit ( )
getThemePath ( ) fn __construct

Method Details

__construct() public méthode

public __construct ( $p_publicationId = null )

getCAPTCHAEnabled() protected méthode

protected getCAPTCHAEnabled ( )

getDefaultLanguage() protected méthode

protected getDefaultLanguage ( )

getDefaultSiteName() protected méthode

protected getDefaultSiteName ( )

getModeratedComments() protected méthode

protected getModeratedComments ( )

getPublicComments() protected méthode

protected getPublicComments ( )

getSeo() protected méthode

protected getSeo ( )

getSubscriptionTime() protected méthode

protected getSubscriptionTime ( )

getSubscriptionTimeUnit() protected méthode

protected getSubscriptionTimeUnit ( )

getThemePath() protected méthode

fn __construct
protected getThemePath ( )

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 = [] ) : array
$p_excludeCurrent boolean
$p_order array
Résultat array of MetaLanguage