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