Mage_Review_Helper_Data Class Reference

Inheritance diagram for Mage_Review_Helper_Data:

Mage_Core_Helper_Abstract

List of all members.

Public Member Functions

 getDetail ($origDetail)
 getIsGuestAllowToWrite ()

Public Attributes

const XML_REVIEW_GUETS_ALLOW = 'catalog/review/allow_guest'


Detailed Description

Default review helper

Author:
Magento Core Team <core@magentocommerce.com>

Definition at line 32 of file Data.php.


Member Function Documentation

getDetail ( origDetail  ) 

Definition at line 36 of file Data.php.

00036                                           {
00037         return nl2br(Mage::helper('core/string')->truncate($origDetail, 50));
00038     }

getIsGuestAllowToWrite (  ) 

Definition at line 40 of file Data.php.

00041     {
00042         return Mage::getStoreConfigFlag(self::XML_REVIEW_GUETS_ALLOW);
00043     }


Member Data Documentation

const XML_REVIEW_GUETS_ALLOW = 'catalog/review/allow_guest'

Definition at line 34 of file Data.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:38 2009 for Magento by  doxygen 1.5.8