Newscoop\Search\RepositoryInterface::setIndexedNull PHP Метод

setIndexedNull() публичный Метод

Set indexed to null for specified items or all when value is null
public setIndexedNull ( array $items = null ) : void
$items array
Результат void
    public function setIndexedNull(array $items = null);

Usage Example

Пример #1
0
 /**
  * Clear all indexed timestamps
  *
  * @return void
  */
 public function clearAll()
 {
     $this->repository->setIndexedNull();
 }