In% with% methods there are PHP
and get_object_vars
that return information about the class, in Magento we can use get_class
, Zend_Debug::dump()
and even > XDebug of Mage::log()
, but during module development in Magento, where we need to override some part of the administrative panel, for this we have to search for the correct classes.
How do I get the list of all classes instantiated when accessing a Magento page?
Example: User PHP
accessed X
, how to generate a Debug with list of all the classes that were instantiated when the user accessed the page Catálogo->Atributo->Gerenciar Atributo
?