00001 <?php 00002 00007 class oxVoucherList extends oxList 00008 { 00009 00016 public function __construct() 00017 { 00018 parent::__construct('oxvoucher'); 00019 } 00020 }