FireGento_MageMonitoring_Model_Widget_Abstract::saveConfig
Save config in $post to core_config_data, can handle raw $_POST or widget config arrays if $postOnly is true.
Signature
public function saveConfig(array
$post,
[boolean
$postOnly = false] )
Parameters
$post
— array- Post
$postOnly
— boolean- Post Only
Returns
- $this
Defined by Interface
FireGento_MageMonitoring_Model_Widget
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
491 - 542 | CyclomaticComplexity | The method saveConfig() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10. |