Newscoop\Search\DocumentInterface::setIndexed PHP Method

setIndexed() public method

Set indexing date
public setIndexed ( DateTime $indexed = null ) : self
$indexed DateTime
return self
    public function setIndexed(\DateTime $indexed = null);
DocumentInterface