PHP 클래스 Newscoop\Entity\Output\OutputSettingsSection

상속: extends Newscoop\Entity\OutputSettings
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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