I need to customize other’s code,
so I found they used
Mage::getSingleton('core/session')->getMyCustomBlockInfo();
in Order.php file for custom order email
so I can’t find this function getMyCustomBlockInfo();
Can anyone tell me where this function reside?
Thanks
example :
the code must be in ‘../app/core/Mage/Catalog/Model/Product.php‘ file
then
the code must be in ‘../app/core/Mage/Core/Model/Session.php‘ file
because the class Mage_Core_Model_Session‘s parent::parent is Varien_Object, then you can do all magic functions and you can ->getData() to see the Data inside.
on your problem when go call ->getData() you can see data : [my_custom_block_info]
you can set it with call