PHP Class Isswp101\Persimmon\Elasticsearch\DocumentPath

Inheritance: use trait Isswp101\Persimmon\Traits\Presentable
Show file Open project: isswp101/elasticsearch-eloquent

Public Properties

Property Type Description
$id
$index
$parent
$type

Public Methods

Method Description
__construct ( $index, $type, $id, $parent = null )
getId ( )
getIndex ( )
getParent ( )
getPath ( )
getType ( )
isValid ( )

Method Details

__construct() public method

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

getId() public method

public getId ( )

getIndex() public method

public getIndex ( )

getParent() public method

public getParent ( )

getPath() public method

public getPath ( )

getType() public method

public getType ( )

isValid() public method

public isValid ( )

Property Details

$id public property

public $id

$index public property

public $index

$parent public property

public $parent

$type public property

public $type