OXID eShop CE  4.9.6
 All Classes Files Functions Variables Pages
oxmaintenance.php
Go to the documentation of this file.
1 <?php
2 
8 {
9 
13  public function execute()
14  {
15  // updating upcoming prices
16  oxNew("oxArticleList")->updateUpcomingPrices(true);
17  }
18 }