Elastification PHP Client API
Class

Elastification\Client\Response\V090x\DeleteDocumentResponse

class DeleteDocumentResponse extends Response

Class DeleteDocumentResponse

Constants

PROP_OK

PROP_FOUND

PROP_ID

PROP_VERSION

PROP_INDEX

PROP_TYPE

Methods

void __construct($rawData $rawData, SerializerInterface $serializer, array $serializerParams = array())

from Response
mixed getData()

from Response
string getRawData()

from Response
SerializerInterface getSerializer()

from Response
mixed isOk()

Getter Method

mixed found()

Getter Method

mixed getId()

Getter Method

mixed getVersion()

Getter Method

mixed getIndex()

Getter Method

mixed getType()

Getter Method

Details

in Response at line 57
public void __construct($rawData $rawData, SerializerInterface $serializer, array $serializerParams = array())

Parameters

$rawData $rawData
SerializerInterface $serializer
array $serializerParams

Return Value

void

in Response at line 67
public mixed getData()

Return Value

mixed

in Response at line 77
public string getRawData()

Return Value

string

in Response at line 85
public SerializerInterface getSerializer()

Return Value

SerializerInterface

at line 44
public mixed isOk()

Getter Method

Return Value

mixed

at line 57
public mixed found()

Getter Method

Return Value

mixed

at line 70
public mixed getId()

Getter Method

Return Value

mixed

at line 83
public mixed getVersion()

Getter Method

Return Value

mixed

at line 96
public mixed getIndex()

Getter Method

Return Value

mixed

at line 109
public mixed getType()

Getter Method

Return Value

mixed