PHP 클래스 Newscoop\Entity\Output\OutputSettingsTheme

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

보호된 프로퍼티들

프로퍼티 타입 설명
$publication Newscoop\Entity\Publication
$themePath Newscoop\Entity\Resource

공개 메소드들

메소드 설명
getPublication ( ) : Publication Provides the publication that owns the theme.
getThemePath ( ) : Resource Provides the path of the theme associated.
setPublication ( Publication $publication ) : Newscoop\Entity\PublicationTheme Set the publication that owns the theme.
setThemePath ( Resource $themePath ) : Newscoop\Entity\PublicationTheme Set the path of the theme associated.

메소드 상세

getPublication() 공개 메소드

Provides the publication that owns the theme.
public getPublication ( ) : Publication
리턴 Newscoop\Entity\Publication The publication that owns the theme.

getThemePath() 공개 메소드

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

setPublication() 공개 메소드

Set the publication that owns the theme.
public setPublication ( Publication $publication ) : Newscoop\Entity\PublicationTheme
$publication Newscoop\Entity\Publication The publication that owns the theme.
리턴 Newscoop\Entity\PublicationTheme 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.

프로퍼티 상세

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

protected Publication,Newscoop\Entity $publication
리턴 Newscoop\Entity\Publication

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

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