コード例 #1
0
ファイル: Observer.php プロジェクト: AndreKlang/Lesti_Fpc
 protected function tearDown()
 {
     parent::tearDown();
     // unregister observer
     Mage::unregister('_singleton/fpc/observer');
     Mage::getSingleton('customer/session')->setData(Lesti_Fpc_Helper_Block::LAZY_BLOCKS_VALID_SESSION_PARAM, false);
 }
コード例 #2
0
ファイル: Ajax.php プロジェクト: AndreKlang/Lesti_Fpc
 protected function tearDown()
 {
     parent::tearDown();
     Mage::unregister('current_product');
 }
コード例 #3
0
ファイル: Clean.php プロジェクト: kurtinge/Lesti_Fpc
 protected function tearDown()
 {
     parent::tearDown();
     Mage::unregister('_singleton/fpc/observer_clean');
 }