PHP Interface Newscoop\Search\DocumentInterface

Provides and interface for entities which are connected to the Search service.
Show file Open project: sourcefabric/newscoop Interface Usage Examples

Public Methods

Method Description
getIndexed ( ) : DateTime Get indexing date
setIndexed ( DateTime $indexed = null ) : self Set indexing date

Method Details

getIndexed() public method

Get indexing date
public getIndexed ( ) : DateTime
return DateTime

setIndexed() public method

Set indexing date
public setIndexed ( DateTime $indexed = null ) : self
$indexed DateTime
return self