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