OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxvoucherlist.php
Go to the documentation of this file.
1 <?php
2 
7 class oxVoucherList extends oxList
8 {
9 
16  public function __construct()
17  {
18  parent::__construct('oxvoucher');
19  }
20 }