Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Newscoop
Search
DocumentInterface
PHP Interface Newscoop\Search\DocumentInterface
Provides and interface for entities which are connected to the Search service.
Datei anzeigen
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