PHP Class Newscoop\Entity\Output\OutputSettingsSection

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

Protected Properties

Свойство Type Description
$section Newscoop\Entity\Section

Méthodes publiques

Méthode 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 méthode

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

getSection() public méthode

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

setSection() public méthode

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

Property Details

$section protected_oe property

protected Section,Newscoop\Entity $section
Résultat Newscoop\Entity\Section