PHP Trait Isswp101\Persimmon\Traits\Elasticsearchable

Afficher le fichier Open project: isswp101/elasticsearch-eloquent

Méthodes publiques

Свойство Type Description
$_innerHits Isswp101\Persimmon\Elasticsearch\InnerHits
$_position integer
$_score float

Protected Properties

Свойство Type Description
$_index string
$_parentType string
$_type string

Méthodes publiques

Méthode Description
fill ( array $attributes )
fillByInnerHits ( array $response )
fillByResponse ( array $response )
getId ( )
getIndex ( ) : string
getInnerHits ( ) : InnerHits
getParentId ( )
getParentType ( ) : string
getPath ( )
getPosition ( )
getType ( ) : string
setId ( $id )
setParentId ( $id )

Méthodes protégées

Méthode Description
setInnerHits ( InnerHits $innerHits )
validateModelEndpoint ( )

Method Details

fill() abstract public méthode

abstract public fill ( array $attributes )
$attributes array

fillByInnerHits() public méthode

public fillByInnerHits ( array $response )
$response array

fillByResponse() public méthode

public fillByResponse ( array $response )
$response array

getId() abstract public méthode

abstract public getId ( )

getIndex() public static méthode

public static getIndex ( ) : string
Résultat string

getInnerHits() public méthode

public getInnerHits ( ) : InnerHits
Résultat Isswp101\Persimmon\Elasticsearch\InnerHits

getParentId() abstract public méthode

abstract public getParentId ( )

getParentType() public static méthode

public static getParentType ( ) : string
Résultat string

getPath() public méthode

public getPath ( )

getPosition() public méthode

public getPosition ( )

getType() public static méthode

public static getType ( ) : string
Résultat string

setId() abstract public méthode

abstract public setId ( $id )

setInnerHits() protected méthode

protected setInnerHits ( InnerHits $innerHits )
$innerHits Isswp101\Persimmon\Elasticsearch\InnerHits

setParentId() abstract public méthode

abstract public setParentId ( $id )

validateModelEndpoint() final protected méthode

final protected validateModelEndpoint ( )

Property Details

$_index protected_oe static_oe property

protected static string $_index
Résultat string

$_innerHits public_oe property

public InnerHits,Isswp101\Persimmon\Elasticsearch $_innerHits
Résultat Isswp101\Persimmon\Elasticsearch\InnerHits

$_parentType protected_oe static_oe property

protected static string $_parentType
Résultat string

$_position public_oe property

public int $_position
Résultat integer

$_score public_oe property

public float $_score
Résultat float

$_type protected_oe static_oe property

protected static string $_type
Résultat string