Isswp101\Persimmon\DAL\ElasticsearchDAL::getParams PHP Method

getParams() protected method

protected getParams ( )
    protected function getParams()
    {
        $params = $this->model->getPath()->toArray();
        if ($this->model->getParentId()) {
            $params['parent'] = $this->model->getParentId();
        }
        return $params;
    }