PHP Class Newscoop\Entity\Output\OutputSettingsIssue

Inheritance: extends Newscoop\Entity\OutputSettings
Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Свойство Type Description
$issue Newscoop\Entity\Issue
$themePath Newscoop\Entity\Resource

Méthodes publiques

Méthode Description
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.

Method Details

copyTo() public méthode

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

getIssue() public méthode

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

getThemePath() public méthode

Provides the path of the theme associated.
public getThemePath ( ) : Resource
Résultat Newscoop\Entity\Resource The path of the theme.

setIssue() public méthode

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.
Résultat Newscoop\Entity\OutputSettingsIssue This object for chaining purposes.

setThemePath() public méthode

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.
Résultat Newscoop\Entity\PublicationTheme This object for chaining purposes.

Property Details

$issue protected_oe property

protected Issue,Newscoop\Entity $issue
Résultat Newscoop\Entity\Issue

$themePath protected_oe property

protected Resource,Newscoop\Entity $themePath
Résultat Newscoop\Entity\Resource