\FireGento_MageMonitoring_Helper_Rewrites
Rewrites helper
- Author: FireGento Team <team@firegento.com>
Synopsis
- // members
- protected array $_rewriteTypes = ;
- // methods
- public array getRewrites()
- protected bool _isInheritanceConflict()
- protected string _getLoadedClass()
- protected array _loadLocalAutoloaderRewrites()
Hierarchy
Extends
- Mage_Core_Helper_Abstract
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
42 - 110 | CyclomaticComplexity | The method getRewrites() has a Cyclomatic Complexity of 19. The configured cyclomatic complexity threshold is 10. |
42 - 110 | NPathComplexity | The method getRewrites() has an NPath complexity of 1015. The configured NPath complexity threshold is 200. |
Members
protected
- $_rewriteTypes
Methods
protected
- _getLoadedClass() — Returns loaded class by type like models or blocks
- _isInheritanceConflict() — Check if rewritten class has inherited the parent class.
- _loadLocalAutoloaderRewrites() — Searches for all rewrites over autoloader in "app/code/local" of Mage, Enterprise Zend, Varien namespaces.
public
- getRewrites() — Return all rewrites
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-02-02T20:29:49+01:00 (commit #0a90133)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Fixed a case when only local pool rewrites are present
-
2014-02-01T20:31:16+01:00 (commit #bb8ec60)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Added local pool overrides section
-
2014-02-01T20:10:39+01:00 (commit #85f5ae1)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
replace Finder class with RecursiveDirectoryIterator class, some fixes for rewrites part
-
2014-02-01T19:44:48+01:00 (commit #838f9aa)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Added _isInheritanceConflict call
-
2014-02-01T19:01:28+01:00 (commit #de12cb4)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Moved rewrites stuff to a helper
-
2014-02-01T18:56:37+01:00 (commit #72b476f)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Implemented conflicts checker
-
2014-02-01T16:07:25+01:00 (commit #68fd7c6)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Rewrites code hotfix
-
2014-02-01T15:52:45+01:00 (commit #95e0c98)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Fixed rewrites code, output messages when there are no rewrites (is this an installation from Heaven?)
-
2014-02-01T14:50:30+01:00 (commit #788a180)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Renamed 'Main Information' tab to 'System Overview'
-
2014-02-01T14:24:55+01:00 (commit #694f4e0)
Author: Alexander Turiak (alex@hexbrain.com) / Commiter: Alexander Turiak (alex@hexbrain.com)
Code style fixes