PHP Интерфейс Newscoop\Service\IOutputSettingSectionService

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

Открытые методы

Метод Описание
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 | string $output ) : Newscoop\Entity\OutputSettingsSection Provides the Output Settings that has the provided Section and Output.
insert ( OutputSettingsSection $outputSettingsSection ) Inserts an ouput setting section
update ( OutputSettingsSection $outputSettingsSection ) Update an ouput setting section

Описание методов

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 and Output.
public findBySectionAndOutput ( Section | integer $section, Output | string $output ) : Newscoop\Entity\OutputSettingsSection
$section Newscoop\Entity\Section | integer The section to be searched, not null, not empty.
$output Output | string The output 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.

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