PHP Class Isswp101\Persimmon\Elasticsearch\Response

Show file Open project: isswp101/elasticsearch-eloquent Class Usage Examples

Public Properties

Property Type Description
$id
$index
$source
$type

Public Methods

Method Description
__construct ( array $res )
getId ( ) : mixed
getIndex ( ) : mixed
getSource ( ) : array
getType ( ) : mixed

Method Details

__construct() public method

public __construct ( array $res )
$res array

getId() public method

public getId ( ) : mixed
return mixed

getIndex() public method

public getIndex ( ) : mixed
return mixed

getSource() public method

public getSource ( ) : array
return array

getType() public method

public getType ( ) : mixed
return mixed

Property Details

$id public property

public $id

$index public property

public $index

$source public property

public $source

$type public property

public $type