00001 <?php 00002 00007 class oxShopList extends oxList 00008 { 00016 public function __construct( $sObjectsInListName = 'oxshop') 00017 { 00018 return parent::__construct( 'oxshop'); 00019 } 00020 }