Skip to content

Instantly share code, notes, and snippets.

@ArnaudLigny
ArnaudLigny / Mage_Core_Model_Config.php
Created June 19, 2013 12:02
Override Magento to handle PHP 5.3+ namespaces.
<?php
/**
* Retrieve class name by class group
*
* @param string $groupType currently supported model, block, helper
* @param string $classId slash separated class identifier, ex. group/class
* @param string $groupRootNode optional config path for group config
* @return string
*
* @override Override to handle PHP namespaces