PHP Класс Newscoop\Service\Implementation\OutputSettingSectionServiceDoctrine

Наследование: extends AEntityBaseServiceDoctrine, implements Newscoop\Service\IOutputSettingSectionService
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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