\FireGento_MageMonitoring_Block_Tab_Config_Form_WidgetConf
Block for rendering widget configuration
- Author: FireGento Team <team@firegento.com>
Synopsis
- // methods
- public void __construct()
- protected void _prepareForm()
Hierarchy
Extends
- Mage_Adminhtml_Block_Widget_Form
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
43 - 144 | CyclomaticComplexity | The method _prepareForm() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10. |
43 - 144 | ExcessiveMethodLength | The method _prepareForm() has 102 lines of code. Current threshold is set to 100. Avoid really long methods. |
Methods
protected
- _prepareForm() — Prepares attribute set form
History
-
2015-05-15T11:06:15+02:00 (commit #1b13d79)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Rename Firegento to case sensitive FireGento
-
2015-05-13T23:46:13+02:00 (commit #6d2184c)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Replace Hackathon namespace to Firegento into all code files
-
2015-05-13T23:34:26+02:00 (commit #3cf482b)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Replace Hackathon namespace to Firegento for the main code folder
-
2015-05-13T23:20:49+02:00 (commit #2534802)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Move source code of the extension to the src folder and set modman with firegento namespace
-
2015-05-09T18:14:45+02:00 (commit #68a4545)
Author: Daniel Zohm (daniel.zohm@aoe.com) / Commiter: Daniel Zohm (daniel.zohm@aoe.com)
first bunch of fixings from code sniffer
-
2014-05-22T02:41:24+02:00 (commit #5d1964f)
Author: Erik Dannenberg (erik.dannenberg@bbe-consulting.de) / Commiter: Erik Dannenberg (erik.dannenberg@bbe-consulting.de)
Finished tab config functionality. Still needs some more refactoring.
-
2014-05-11T11:08:03+02:00 (commit #eb58544)
Author: Erik Dannenberg (erik.dannenberg@bbe-consulting.de) / Commiter: Erik Dannenberg (erik.dannenberg@bbe-consulting.de)
Added tab config. Refactored widgets to support multiple instances per tab.