*/ class Mage_Review_Model_Session extends Mage_Core_Model_Session_Abstract { public function __construct() { $this->init('review'); } }