setIndexedNull() 공개 메소드

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