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 and Output. | |
insert ( |
Inserts an ouput setting section | |
update ( |
Update an ouput setting section |
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 | Output | string | The output 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 insert ( |
||
$outputSettingsSection |
public update ( |
||
$outputSettingsSection |