PHP Класс Newscoop\Entity\Output\OutputSettingsIssue

Наследование: extends Newscoop\Entity\OutputSettings
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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