Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Newscoop
Search
DocumentInterface
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