PHP Class Newscoop\Entity\Output\OutputSettingsSection

Inheritance: extends Newscoop\Entity\OutputSettings
Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Protected Properties

Property Type Description
$section Newscoop\Entity\Section

Public Methods

Method Description
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.

Method Details

copyTo() public method

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

getSection() public method

Provides the section that is the owner of this settings.
public getSection ( ) : Section
return Newscoop\Entity\Section The the section that is the owner of this settings.

setSection() public method

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.
return Newscoop\Entity\OutputSettingsSection This object for chaining purposes.

Property Details

$section protected_oe property

protected Section,Newscoop\Entity $section
return Newscoop\Entity\Section