PHP 트레잇 Isswp101\Persimmon\Traits\Elasticsearchable

파일 보기 프로젝트 열기: isswp101/elasticsearch-eloquent

공개 프로퍼티들

프로퍼티 타입 설명
$_innerHits Isswp101\Persimmon\Elasticsearch\InnerHits
$_position integer
$_score float

보호된 프로퍼티들

프로퍼티 타입 설명
$_index string
$_parentType string
$_type string

공개 메소드들

메소드 설명
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 )

보호된 메소드들

메소드 설명
setInnerHits ( InnerHits $innerHits )
validateModelEndpoint ( )

메소드 상세

fill() 추상적인 공개 메소드

abstract public fill ( array $attributes )
$attributes array

fillByInnerHits() 공개 메소드

public fillByInnerHits ( array $response )
$response array

fillByResponse() 공개 메소드

public fillByResponse ( array $response )
$response array

getId() 추상적인 공개 메소드

abstract public getId ( )

getIndex() 공개 정적인 메소드

public static getIndex ( ) : string
리턴 string

getInnerHits() 공개 메소드

public getInnerHits ( ) : InnerHits
리턴 Isswp101\Persimmon\Elasticsearch\InnerHits

getParentId() 추상적인 공개 메소드

abstract public getParentId ( )

getParentType() 공개 정적인 메소드

public static getParentType ( ) : string
리턴 string

getPath() 공개 메소드

public getPath ( )

getPosition() 공개 메소드

public getPosition ( )

getType() 공개 정적인 메소드

public static getType ( ) : string
리턴 string

setId() 추상적인 공개 메소드

abstract public setId ( $id )

setInnerHits() 보호된 메소드

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

setParentId() 추상적인 공개 메소드

abstract public setParentId ( $id )

validateModelEndpoint() 최종 보호된 메소드

final protected validateModelEndpoint ( )

프로퍼티 상세

$_index 보호되어 있는 정적으로 프로퍼티

protected static string $_index
리턴 string

$_innerHits 공개적으로 프로퍼티

public InnerHits,Isswp101\Persimmon\Elasticsearch $_innerHits
리턴 Isswp101\Persimmon\Elasticsearch\InnerHits

$_parentType 보호되어 있는 정적으로 프로퍼티

protected static string $_parentType
리턴 string

$_position 공개적으로 프로퍼티

public int $_position
리턴 integer

$_score 공개적으로 프로퍼티

public float $_score
리턴 float

$_type 보호되어 있는 정적으로 프로퍼티

protected static string $_type
리턴 string