Property | Type | Description | |
---|---|---|---|
$outputService | Newscoop\Service\IOutputService |
Method | Description | |
---|---|---|
delete ( |
Delete an ouput setting section | |
findBySection ( |
Provides the Output Settings that has the provided Section. | |
findBySectionAndOutput ( |
Provides the Output Settings that has the provided Section. | |
getOutputService ( ) : Newscoop\Service\IOutputService | Provides the ouput service. | |
insert ( |
Inserts an ouput setting section | |
update ( |
Update an ouput setting section |
Method | Description | |
---|---|---|
_init_ ( ) |
public delete ( |
||
$outputSettingsSection |
public findBySection ( |
||
$section | The section to be searched, not null, not empty. | |
return | Newscoop\Entity\OutputSettingsSection | The Output Setting, empty array if no Output Setting could be found for the provided section. |
public findBySectionAndOutput ( |
||
$section | The section to be searched, not null, not empty. | |
$output | ||
return | Newscoop\Entity\OutputSettingsSection | The Output Setting, NULL if no Output Setting could be found for the provided section. |
public getOutputService ( ) : Newscoop\Service\IOutputService | ||
return | Newscoop\Service\IOutputService | The service service to be used by this controller. |
public insert ( |
||
$outputSettingsSection |
public update ( |
||
$outputSettingsSection |