setIndexedNull() public method

Set indexed to null for specified items or all when value is null
public setIndexedNull ( array $items = null ) : void
$items array
return void
Example #1
0
 /**
  * Clear all indexed timestamps
  *
  * @return void
  */
 public function clearAll()
 {
     $this->repository->setIndexedNull();
 }