

Public Member Functions | |
| __construct () | |
| assign ($dbRecord) | |
| load ($oxId) | |
| loadList ($sType, $aIds, $blLoadEmpty=false, $iLoadInLang=null) | |
Protected Member Functions | |
| _insert () | |
Protected Attributes | |
| $_blDisableShopCheck = true | |
| $_sClassName = 'oxreview' | |
Article review manager. Performs loading, updating, inserting of article review.
Definition at line 7 of file oxreview.php.
| oxReview.__construct | ( | ) | 
Class constructor, initiates parent constructor (parent.oxI18n()).
Reimplemented from oxBase.
Definition at line 26 of file oxreview.php.
| oxReview._insert | ( | ) |  [protected] | 
        
Inserts object data fiels in DB. Returns true on success.
Reimplemented from oxBase.
Definition at line 73 of file oxreview.php.
| oxReview.assign | ( | $ | dbRecord | ) | 
Calls parent.assign and assigns review writer data
| array | $dbRecord database record | 
Reimplemented from oxBase.
Definition at line 39 of file oxreview.php.
| oxReview.load | ( | $ | oxId | ) | 
Loads object review information. Returns true on success.
| string | $oxId ID of object to load | 
Reimplemented from oxBase.
Definition at line 58 of file oxreview.php.
| oxReview.loadList | ( | $ | sType, | |
| $ | aIds, | |||
| $ |  blLoadEmpty = false,  | 
        |||
| $ |  iLoadInLang = null | |||
| ) | 
get oxList of reviews for given object ids and type
| string | $sType type of given ids | |
| mixed | $aIds given object ids to load, can be array or just one id, given as string | |
| boolean | $blLoadEmpty true if want to load empty text reviews | |
| int | $iLoadInLang language to select for loading | 
Definition at line 91 of file oxreview.php.
oxReview.$_blDisableShopCheck = true [protected] | 
        
Definition at line 14 of file oxreview.php.
oxReview.$_sClassName = 'oxreview' [protected] | 
        
Reimplemented from oxBase.
Definition at line 21 of file oxreview.php.
 1.6.2