PHP 클래스 CampSystem

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
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 )

보호된 메소드들

메소드 설명
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.

메소드 상세

GetArticleTemplate() 공개 정적인 메소드

fn GetSectionTemplate
public static GetArticleTemplate ( $p_lngId, $p_pubId, $p_issNr, $p_sctNr )

GetInvalidURLTemplate() 공개 정적인 메소드

fn setArticle
public static GetInvalidURLTemplate ( $p_pubId, $p_issNr = NULL, $p_lngId = NULL, $p_isPublished = true )

GetIssueTemplate() 공개 정적인 메소드

public static GetIssueTemplate ( $p_lngId, $p_pubId, $p_issNr )

GetLastIssue() 공개 정적인 메소드

fn GetTemplate
public static GetLastIssue ( Publication $publication, $p_langId = null, $p_isPublished = true )
$publication Publication

GetSectionTemplate() 공개 정적인 메소드

fn GetIssueTemplate
public static GetSectionTemplate ( $p_lngId, $p_pubId, $p_issNr, $p_sctNr )

GetTemplate() 공개 정적인 메소드

public static GetTemplate ( $p_lngId, $p_pubId, $p_issNr, $p_sctNr, $p_artNr, $p_isPublished = true )

dispatch() 추상적인 보호된 메소드

abstract protected dispatch ( )

getSetting() 보호된 메소드

Reads a configuration setting.
protected getSetting ( string $p_varName ) : mixed
$p_varName string
리턴 mixed The value of the configuration variable

render() 추상적인 보호된 메소드

abstract protected render ( )

setArticle() 보호된 메소드

Sets the context article object.
protected setArticle ( integer $p_lngId, integer $p_artNr ) : void
$p_lngId integer The language identifier
$p_artNr integer The article number
리턴 void

setIssue() 보호된 메소드

Sets the context issue object.
protected setIssue ( integer $p_pubId, integer $p_lngId, integer $p_issNr ) : void
$p_pubId integer The publication identifier
$p_lngId integer The language identifier
$p_issNr integer The issue number
리턴 void

setLanguage() 보호된 메소드

Sets the context language object.
protected setLanguage ( integer $p_lngId ) : void
$p_lngId integer The language identifier
리턴 void

setPublication() 보호된 메소드

Sets the context publication object.
protected setPublication ( integer $p_pubId ) : void
$p_pubId integer The publication identifier
리턴 void

setSection() 보호된 메소드

Sets the context section object.
protected setSection ( integer $p_pubId, integer $p_issNr, integer $p_lngId, integer $p_sctNr ) : void
$p_pubId integer The publication identifier
$p_issNr integer The issue number
$p_lngId integer The language identifier
$p_sctNr integer The section number
리턴 void