Sleimanx2\Plastic\Mappings\Mapping::getModelIndex PHP 메소드

getModelIndex() 공개 메소드

Get the model elastic type.
public getModelIndex ( ) : mixed
리턴 mixed
    public function getModelIndex()
    {
        return $this->model->getDocumentIndex();
    }