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

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

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

Свойство Тип Описание
$outputService Newscoop\Service\IOutputService

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

Метод Описание
delete ( OutputSettingsIssue $outputSettingsIssue ) Delete an ouput setting issue
findByIssue ( Issue | integer $issue ) : array Provides the Output Settings Issue for the provided issue
findByIssueAndOutput ( Issue | integer $issue, Output | integer | string $output ) : array Provides the Output Settings Issue for the provided issue and output
getOutputService ( ) : Newscoop\Service\IOutputService Provides the ouput service.
getUnthemedIssues ( $publication )
insert ( OutputSettingsIssue $outputSettingsIssue ) Inserts an ouput setting issue
isThemeUsed ( $theme, &$themes = NULL )
update ( OutputSettingsIssue $outputSettingsIssue ) Update an ouput setting issue

Защищенные методы

Метод Описание
_init_ ( )
map ( Search $search, Column $column ) * ---------------------------------------------------------------

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

_init_() защищенный Метод

protected _init_ ( )

delete() публичный Метод

Delete an ouput setting issue
public delete ( OutputSettingsIssue $outputSettingsIssue )
$outputSettingsIssue Newscoop\Entity\Output\OutputSettingsIssue

findByIssue() публичный Метод

Provides the Output Settings Issue for the provided issue
public findByIssue ( Issue | integer $issue ) : array
$issue Newscoop\Entity\Issue | integer The issue to be searched, not null, not empty.
Результат array Newscoop\Entity\Output\OutputSettingsIssue The Output Setting, empty array if no Output Setting could be found for the provided issue.

findByIssueAndOutput() публичный Метод

Provides the Output Settings Issue for the provided issue and output
public findByIssueAndOutput ( Issue | integer $issue, Output | integer | string $output ) : array
$issue Newscoop\Entity\Issue | integer The issue to be searched, not null, not empty.
$output Newscoop\Entity\Output | integer | string The output to be searched, not null, not empty.
Результат array Newscoop\Entity\Output\OutputSettingsIssue The Output Setting, NULL if no Output Setting could be found for the provided issue.

getOutputService() публичный Метод

Provides the ouput service.
public getOutputService ( ) : Newscoop\Service\IOutputService
Результат Newscoop\Service\IOutputService The service service to be used by this controller.

getUnthemedIssues() публичный Метод

public getUnthemedIssues ( $publication )

insert() публичный Метод

Inserts an ouput setting issue
public insert ( OutputSettingsIssue $outputSettingsIssue )
$outputSettingsIssue Newscoop\Entity\Output\OutputSettingsIssue

isThemeUsed() публичный Метод

public isThemeUsed ( $theme, &$themes = NULL )

map() защищенный Метод

* ---------------------------------------------------------------
protected map ( Search $search, Column $column )
$search Search
$column Column

update() публичный Метод

Update an ouput setting issue
public update ( OutputSettingsIssue $outputSettingsIssue )
$outputSettingsIssue Newscoop\Entity\Output\OutputSettingsIssue

Описание свойств

$outputService защищенное свойство

protected Newscoop\Service\IOutputService $outputService
Результат Newscoop\Service\IOutputService