Created
July 2, 2015 07:17
-
-
Save codesprint/d39f0501a5fac1118e0c to your computer and use it in GitHub Desktop.
Magento: get overwritten Models / Blocks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var_dump(Mage::getConfig()->getNode()->xpath('//global//rewrite')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var_dump(Mage::getConfig()->getNode()->xpath('//global/models//rewrite')); | |
var_dump(Mage::getConfig()->getNode()->xpath('//global/blocks//rewrite')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n98-magerun.phar dev:module:rewrite:list |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
n98-magerun.phar dev:module:rewrite:conflicts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment