PHP 클래스 Newscoop\Entity\Output\OutputSettingsIssue

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

보호된 프로퍼티들

프로퍼티 타입 설명
$issue Newscoop\Entity\Issue
$themePath Newscoop\Entity\Resource

공개 메소드들

메소드 설명
copyTo ( $outputSetting ) Copies the cvcontent from this object to the provided object.
getIssue ( ) : Issue Provides the issue that is the owner of this settings.
getThemePath ( ) : Resource Provides the path of the theme associated.
setIssue ( Issue $issue ) : Newscoop\Entity\OutputSettingsIssue Set the issue that is the owner of this settings.
setThemePath ( Resource $themePath ) : Newscoop\Entity\PublicationTheme Set the path of the theme associated.

메소드 상세

copyTo() 공개 메소드

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

getIssue() 공개 메소드

Provides the issue that is the owner of this settings.
public getIssue ( ) : Issue
리턴 Newscoop\Entity\Issue The the issue that is the owner of this settings.

getThemePath() 공개 메소드

Provides the path of the theme associated.
public getThemePath ( ) : Resource
리턴 Newscoop\Entity\Resource The path of the theme.

setIssue() 공개 메소드

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

setThemePath() 공개 메소드

Set the path of the theme associated.
public setThemePath ( Resource $themePath ) : Newscoop\Entity\PublicationTheme
$themePath Newscoop\Entity\Resource The path of the theme, must not be null or empty.
리턴 Newscoop\Entity\PublicationTheme This object for chaining purposes.

프로퍼티 상세

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

protected Issue,Newscoop\Entity $issue
리턴 Newscoop\Entity\Issue

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

protected Resource,Newscoop\Entity $themePath
리턴 Newscoop\Entity\Resource