PHP Interface Newscoop\Search\DocumentInterface

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

Méthodes publiques

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

Method Details

getIndexed() public méthode

Get indexing date
public getIndexed ( ) : DateTime
Résultat DateTime

setIndexed() public méthode

Set indexing date
public setIndexed ( DateTime $indexed = null ) : self
$indexed DateTime
Résultat self