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

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

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

Свойство Тип Описание
$section Newscoop\Entity\Section

Открытые методы

Метод Описание
copyTo ( $outputSetting ) Copies the cvcontent from this object to the provided object.
getSection ( ) : Section Provides the section that is the owner of this settings.
setSection ( Section $section ) : Newscoop\Entity\OutputSettingsSection Set the section that is the owner of this settings.

Описание методов

copyTo() публичный метод

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

getSection() публичный метод

Provides the section that is the owner of this settings.
public getSection ( ) : Section
Результат Newscoop\Entity\Section The the section that is the owner of this settings.

setSection() публичный метод

Set the section that is the owner of this settings.
public setSection ( Section $section ) : Newscoop\Entity\OutputSettingsSection
$section Newscoop\Entity\Section The section that is the owner of this settings, must not be null or empty.
Результат Newscoop\Entity\OutputSettingsSection This object for chaining purposes.

Описание свойств

$section защищенное свойство

protected Section,Newscoop\Entity $section
Результат Newscoop\Entity\Section