

Definition at line 7 of file oxvoucherserie.php.
Public Member Functions | |
| __construct () | |
| delete ($sOxId=null) | |
| setUserGroups () | |
| unsetUserGroups () | |
| getVoucherList () | |
| deleteVoucherList () | |
| countVouchers () | |
Protected Attributes | |
| $_oGroups = null | |
| $_sCoreTbl = 'oxvoucherseries' | |
| $_sClassName = 'oxvoucherserie' | |
| oxVoucherSerie.__construct | ( | ) | 
Class constructor, initiates parent constructor (parent.oxBase()).
Reimplemented from oxBase.
Definition at line 29 of file oxvoucherserie.php.
| oxVoucherSerie.delete | ( | $ |  sOxId = null           | 
          ) | 
Override delete function so we can delete user group relations first.
| string | $sOxId object ID (default null) | 
Reimplemented from oxBase.
Definition at line 42 of file oxvoucherserie.php.
| oxVoucherSerie.setUserGroups | ( | ) | 
Collects and returns user group list.
Definition at line 55 of file oxvoucherserie.php.
| oxVoucherSerie.unsetUserGroups | ( | ) | 
| oxVoucherSerie.getVoucherList | ( | ) | 
Returns array of a vouchers assigned to this serie.
Definition at line 84 of file oxvoucherserie.php.
| oxVoucherSerie.deleteVoucherList | ( | ) | 
| oxVoucherSerie.countVouchers | ( | ) | 
oxVoucherSerie.$_oGroups = null [protected]           | 
        
Definition at line 14 of file oxvoucherserie.php.
oxVoucherSerie.$_sCoreTbl = 'oxvoucherseries' [protected]           | 
        
Definition at line 19 of file oxvoucherserie.php.
oxVoucherSerie.$_sClassName = 'oxvoucherserie' [protected]           | 
        
 1.5.5