프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$publication | |||
$themePath |
메소드 | 설명 | |
---|---|---|
getPublication ( ) : |
Provides the publication that owns the theme. | |
getThemePath ( ) : |
Provides the path of the theme associated. | |
setPublication ( |
Set the publication that owns the theme. | |
setThemePath ( |
Set the path of the theme associated. |
public getPublication ( ) : |
||
리턴 | The publication that owns the theme. |
public getThemePath ( ) : |
||
리턴 | The path of the theme. |
public setPublication ( |
||
$publication | The publication that owns the theme. | |
리턴 | Newscoop\Entity\PublicationTheme | This object for chaining purposes. |
public setThemePath ( |
||
$themePath | The path of the theme, must not be null or empty. | |
리턴 | Newscoop\Entity\PublicationTheme | This object for chaining purposes. |
protected Publication,Newscoop\Entity $publication | ||
리턴 |