PHP Class MetaPublication

Inheritance: extends MetaDbObject
Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method 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.

Protected Methods

Method Description
getCAPTCHAEnabled ( )
getDefaultLanguage ( )
getDefaultSiteName ( )
getModeratedComments ( )
getPublicComments ( )
getSeo ( )
getSubscriptionTime ( )
getSubscriptionTimeUnit ( )
getThemePath ( ) fn __construct

Method Details

__construct() public method

public __construct ( $p_publicationId = null )

getCAPTCHAEnabled() protected method

protected getCAPTCHAEnabled ( )

getDefaultLanguage() protected method

protected getDefaultLanguage ( )

getDefaultSiteName() protected method

protected getDefaultSiteName ( )

getModeratedComments() protected method

protected getModeratedComments ( )

getPublicComments() protected method

protected getPublicComments ( )

getSeo() protected method

protected getSeo ( )

getSubscriptionTime() protected method

protected getSubscriptionTime ( )

getSubscriptionTimeUnit() protected method

protected getSubscriptionTimeUnit ( )

getThemePath() protected method

fn __construct
protected getThemePath ( )

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