Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ItemsForReindex.php
Go to the documentation of this file.
1 <?php
8 
10 {
14  protected $itemsForReindex = [];
15 
20  public function setItems(array $items)
21  {
22  $this->itemsForReindex = $items;
23  }
24 
28  public function getItems()
29  {
31  }
32 
36  public function clear()
37  {
38  $this->itemsForReindex = [];
39  }
40 }
$items