* @version 1.0.2 */ /** * Pascal Quick Cart Ajax refresh data JavaScripts * * @category PSystem * @package PSystem_AjaxQuickCart * @author Pascal System * @version 1.0.2 */ class PSystem_AjaxQuickCart_Block_Refresh extends Mage_Core_Block_Abstract { /** * Get html code * * @return string */ public function _toHtml() { $html = ''."\n"; return $html; } }