Méthode | Description | |
---|---|---|
GetArticleTemplate ( $p_lngId, $p_pubId, $p_issNr, $p_sctNr ) | fn GetSectionTemplate | |
GetInvalidURLTemplate ( $p_pubId, $p_issNr = NULL, $p_lngId = NULL, $p_isPublished = true ) | fn setArticle | |
GetIssueTemplate ( $p_lngId, $p_pubId, $p_issNr ) | ||
GetLastIssue ( Publication $publication, $p_langId = null, $p_isPublished = true ) | fn GetTemplate | |
GetSectionTemplate ( $p_lngId, $p_pubId, $p_issNr, $p_sctNr ) | fn GetIssueTemplate | |
GetTemplate ( $p_lngId, $p_pubId, $p_issNr, $p_sctNr, $p_artNr, $p_isPublished = true ) |
Méthode | Description | |
---|---|---|
dispatch ( ) | ||
getSetting ( string $p_varName ) : mixed | Reads a configuration setting. | |
render ( ) | ||
setArticle ( integer $p_lngId, integer $p_artNr ) : void | Sets the context article object. | |
setIssue ( integer $p_pubId, integer $p_lngId, integer $p_issNr ) : void | Sets the context issue object. | |
setLanguage ( integer $p_lngId ) : void | Sets the context language object. | |
setPublication ( integer $p_pubId ) : void | Sets the context publication object. | |
setSection ( integer $p_pubId, integer $p_issNr, integer $p_lngId, integer $p_sctNr ) : void | Sets the context section object. |
public static GetArticleTemplate ( $p_lngId, $p_pubId, $p_issNr, $p_sctNr ) |
public static GetInvalidURLTemplate ( $p_pubId, $p_issNr = NULL, $p_lngId = NULL, $p_isPublished = true ) |
public static GetIssueTemplate ( $p_lngId, $p_pubId, $p_issNr ) |
public static GetLastIssue ( Publication $publication, $p_langId = null, $p_isPublished = true ) | ||
$publication | Publication |
public static GetSectionTemplate ( $p_lngId, $p_pubId, $p_issNr, $p_sctNr ) |
public static GetTemplate ( $p_lngId, $p_pubId, $p_issNr, $p_sctNr, $p_artNr, $p_isPublished = true ) |
protected getSetting ( string $p_varName ) : mixed | ||
$p_varName | string | |
Résultat | mixed | The value of the configuration variable |
protected setLanguage ( integer $p_lngId ) : void | ||
$p_lngId | integer | The language identifier |
Résultat | void |
protected setPublication ( integer $p_pubId ) : void | ||
$p_pubId | integer | The publication identifier |
Résultat | void |