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

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

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

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