PHP Class Newscoop\Service\Implementation\OutputSettingSectionServiceDoctrine

Inheritance: extends AEntityBaseServiceDoctrine, implements Newscoop\Service\IOutputSettingSectionService
Datei anzeigen Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$outputService Newscoop\Service\IOutputService

Public Methods

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

Protected Methods

Method Description
_init_ ( )

Method Details

_init_() protected method

protected _init_ ( )

delete() public method

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

findBySection() public method

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.
return Newscoop\Entity\OutputSettingsSection The Output Setting, empty array if no Output Setting could be found for the provided section.

findBySectionAndOutput() public method

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
return Newscoop\Entity\OutputSettingsSection The Output Setting, NULL if no Output Setting could be found for the provided section.

getOutputService() public method

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

insert() public method

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

update() public method

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

Property Details

$outputService protected_oe property

protected IOutputService,Newscoop\Service $outputService
return Newscoop\Service\IOutputService