PHP 클래스 Newscoop\Service\Implementation\OutputSettingSectionServiceDoctrine

상속: extends AEntityBaseServiceDoctrine, implements Newscoop\Service\IOutputSettingSectionService
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$outputService Newscoop\Service\IOutputService

공개 메소드들

메소드 설명
delete ( OutputSettingsSection $outputSettingsSection ) Delete an ouput setting section
findBySection ( Section | integer $section ) : Newscoop\Entity\OutputSettingsSection Provides the Output Settings that has the provided Section.
findBySectionAndOutput ( Section | integer $section, Output | integer | string $output ) : Newscoop\Entity\OutputSettingsSection Provides the Output Settings that has the provided Section.
getOutputService ( ) : Newscoop\Service\IOutputService Provides the ouput service.
insert ( OutputSettingsSection $outputSettingsSection ) Inserts an ouput setting section
update ( OutputSettingsSection $outputSettingsSection ) Update an ouput setting section

보호된 메소드들

메소드 설명
_init_ ( )

메소드 상세

_init_() 보호된 메소드

protected _init_ ( )

delete() 공개 메소드

Delete an ouput setting section
public delete ( OutputSettingsSection $outputSettingsSection )
$outputSettingsSection Newscoop\Entity\Output\OutputSettingsSection

findBySection() 공개 메소드

Provides the Output Settings that has the provided Section.
public findBySection ( Section | integer $section ) : Newscoop\Entity\OutputSettingsSection
$section Newscoop\Entity\Section | integer The section to be searched, not null, not empty.
리턴 Newscoop\Entity\OutputSettingsSection The Output Setting, empty array if no Output Setting could be found for the provided section.

findBySectionAndOutput() 공개 메소드

Provides the Output Settings that has the provided Section.
public findBySectionAndOutput ( Section | integer $section, Output | integer | string $output ) : Newscoop\Entity\OutputSettingsSection
$section Newscoop\Entity\Section | integer The section to be searched, not null, not empty.
$output Newscoop\Entity\Output | integer | string
리턴 Newscoop\Entity\OutputSettingsSection The Output Setting, NULL if no Output Setting could be found for the provided section.

getOutputService() 공개 메소드

Provides the ouput service.
public getOutputService ( ) : Newscoop\Service\IOutputService
리턴 Newscoop\Service\IOutputService The service service to be used by this controller.

insert() 공개 메소드

Inserts an ouput setting section
public insert ( OutputSettingsSection $outputSettingsSection )
$outputSettingsSection Newscoop\Entity\Output\OutputSettingsSection

update() 공개 메소드

Update an ouput setting section
public update ( OutputSettingsSection $outputSettingsSection )
$outputSettingsSection Newscoop\Entity\Output\OutputSettingsSection

프로퍼티 상세

$outputService 보호되어 있는 프로퍼티

protected IOutputService,Newscoop\Service $outputService
리턴 Newscoop\Service\IOutputService