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