Isswp101\Persimmon\Elasticsearch\DocumentPath::__construct PHP Метод

__construct() публичный Метод

public __construct ( $index, $type, $id, $parent = null )
    public function __construct($index, $type, $id, $parent = null)
    {
        $this->index = $index;
        $this->type = $type;
        $this->id = $id;
        $this->parent = $parent;
    }