PHP Class Newscoop\Service\Implementation\OutputSettingSectionServiceDoctrine

Inheritance: extends AEntityBaseServiceDoctrine, implements Newscoop\Service\IOutputSettingSectionService
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$outputService Newscoop\Service\IOutputService

Méthodes publiques

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

Méthodes protégées

Méthode Description
_init_ ( )

Method Details

_init_() protected méthode

protected _init_ ( )

delete() public méthode

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

findBySection() public méthode

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

findBySectionAndOutput() public méthode

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

getOutputService() public méthode

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

insert() public méthode

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

update() public méthode

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
Résultat Newscoop\Service\IOutputService