PHP 클래스 Isswp101\Persimmon\Elasticsearch\DocumentPath

상속: use trait Isswp101\Persimmon\Traits\Presentable
파일 보기 프로젝트 열기: isswp101/elasticsearch-eloquent

공개 프로퍼티들

프로퍼티 타입 설명
$id
$index
$parent
$type

공개 메소드들

메소드 설명
__construct ( $index, $type, $id, $parent = null )
getId ( )
getIndex ( )
getParent ( )
getPath ( )
getType ( )
isValid ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $index, $type, $id, $parent = null )

getId() 공개 메소드

public getId ( )

getIndex() 공개 메소드

public getIndex ( )

getParent() 공개 메소드

public getParent ( )

getPath() 공개 메소드

public getPath ( )

getType() 공개 메소드

public getType ( )

isValid() 공개 메소드

public isValid ( )

프로퍼티 상세

$id 공개적으로 프로퍼티

public $id

$index 공개적으로 프로퍼티

public $index

$parent 공개적으로 프로퍼티

public $parent

$type 공개적으로 프로퍼티

public $type