PHP Class Newscoop\Service\Implementation\OutputSettingIssueServiceDoctrine

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

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
_init_ ( )
map ( Search $search, Column $column ) * ---------------------------------------------------------------

Method Details

_init_() protected méthode

protected _init_ ( )

delete() public méthode

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

findByIssue() public méthode

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

findByIssueAndOutput() public méthode

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

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.

getUnthemedIssues() public méthode

public getUnthemedIssues ( $publication )

insert() public méthode

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

isThemeUsed() public méthode

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

map() protected méthode

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

update() public méthode

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

Property Details

$outputService protected_oe property

protected Newscoop\Service\IOutputService $outputService
Résultat Newscoop\Service\IOutputService