PHP 클래스 Newscoop\Entity\OutputSettings

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

보호된 프로퍼티들

프로퍼티 타입 설명
$articlePage Newscoop\Entity\Resource
$errorPage Newscoop\Entity\Resource
$frontPage Newscoop\Entity\Resource
$output Newscoop\Entity\Output
$sectionPage Newscoop\Entity\Resource

공개 메소드들

메소드 설명
copyTo ( $outputSetting ) Copies the cvcontent from this object to the provided object.
getArticlePage ( ) : Newscoop\Entity\Resource Provides the article page template resource.
getErrorPage ( ) : Newscoop\Entity\Resource Provides the article page template resource.
getFrontPage ( ) : Newscoop\Entity\Resource Provides the front page template resource.
getOutput ( ) : Newscoop\Entity\Output Provides the output that is the owner of this settings.
getSectionPage ( ) : Newscoop\Entity\Resource Provides the section page template resource.
setArticlePage ( Resource $articlePage = null ) : Newscoop\Entity\OutputSetting Set the article page template resource.
setErrorPage ( Resource $errorPage = null ) : Newscoop\Entity\OutputSetting Set the error page template resource.
setFrontPage ( Resource $frontPage = null ) : Newscoop\Entity\OutputSetting Set the front page template resource.
setOutput ( Output $output ) : Newscoop\Entity\OutputSetting Set the output that is the owner of this settings.
setSectionPage ( Resource $sectionPage = null ) : Newscoop\Entity\OutputSetting Set the section page template resource.

메소드 상세

copyTo() 공개 메소드

Copies the cvcontent from this object to the provided object.
public copyTo ( $outputSetting )

getArticlePage() 공개 메소드

Provides the article page template resource.
public getArticlePage ( ) : Newscoop\Entity\Resource
리턴 Newscoop\Entity\Resource The article page template resource.

getErrorPage() 공개 메소드

Provides the article page template resource.
public getErrorPage ( ) : Newscoop\Entity\Resource
리턴 Newscoop\Entity\Resource The article page template resource.

getFrontPage() 공개 메소드

Provides the front page template resource.
public getFrontPage ( ) : Newscoop\Entity\Resource
리턴 Newscoop\Entity\Resource The front page template resource.

getOutput() 공개 메소드

Provides the output that is the owner of this settings.
public getOutput ( ) : Newscoop\Entity\Output
리턴 Newscoop\Entity\Output The output that is the owner of this settings.

getSectionPage() 공개 메소드

Provides the section page template resource.
public getSectionPage ( ) : Newscoop\Entity\Resource
리턴 Newscoop\Entity\Resource The section page template resource.

setArticlePage() 공개 메소드

Set the article page template resource.
public setArticlePage ( Resource $articlePage = null ) : Newscoop\Entity\OutputSetting
$articlePage Resource The article page template resource, must not be null or empty.
리턴 Newscoop\Entity\OutputSetting This object for chaining purposes.

setErrorPage() 공개 메소드

Set the error page template resource.
public setErrorPage ( Resource $errorPage = null ) : Newscoop\Entity\OutputSetting
$errorPage Resource The error page template resource, must not be null or empty.
리턴 Newscoop\Entity\OutputSetting This object for chaining purposes.

setFrontPage() 공개 메소드

Set the front page template resource.
public setFrontPage ( Resource $frontPage = null ) : Newscoop\Entity\OutputSetting
$frontPage Resource The front page template resource, must not be null or empty.
리턴 Newscoop\Entity\OutputSetting This object for chaining purposes.

setOutput() 공개 메소드

Set the output that is the owner of this settings.
public setOutput ( Output $output ) : Newscoop\Entity\OutputSetting
$output Output The output that is the owner of this settings, must not be null or empty.
리턴 Newscoop\Entity\OutputSetting This object for chaining purposes.

setSectionPage() 공개 메소드

Set the section page template resource.
public setSectionPage ( Resource $sectionPage = null ) : Newscoop\Entity\OutputSetting
$sectionPage Resource The section page template resource, must not be null or empty.
리턴 Newscoop\Entity\OutputSetting This object for chaining purposes.

프로퍼티 상세

$articlePage 보호되어 있는 프로퍼티

protected Newscoop\Entity\Resource $articlePage
리턴 Newscoop\Entity\Resource

$errorPage 보호되어 있는 프로퍼티

protected Newscoop\Entity\Resource $errorPage
리턴 Newscoop\Entity\Resource

$frontPage 보호되어 있는 프로퍼티

protected Newscoop\Entity\Resource $frontPage
리턴 Newscoop\Entity\Resource

$output 보호되어 있는 프로퍼티

protected Newscoop\Entity\Output $output
리턴 Newscoop\Entity\Output

$sectionPage 보호되어 있는 프로퍼티

protected Newscoop\Entity\Resource $sectionPage
리턴 Newscoop\Entity\Resource