Property | Type | Description | |
---|---|---|---|
$publication | |||
$themePath |
Method | Description | |
---|---|---|
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 ( ) : |
||
return | The publication that owns the theme. |
public getThemePath ( ) : |
||
return | The path of the theme. |
public setPublication ( |
||
$publication | The publication that owns the theme. | |
return | Newscoop\Entity\PublicationTheme | This object for chaining purposes. |
public setThemePath ( |
||
$themePath | The path of the theme, must not be null or empty. | |
return | Newscoop\Entity\PublicationTheme | This object for chaining purposes. |
protected Publication,Newscoop\Entity $publication | ||
return |