Пример #1
0
 /**
  * Removes old entries from the storage.
  *
  * @param integer[] $siteids List of IDs for sites whose entries should be deleted
  */
 public function cleanup(array $siteids)
 {
     parent::cleanup($siteids);
     $this->cleanupBase($siteids, 'mshop/index/manager/text/standard/delete');
 }