Sleimanx2\Plastic\Mappings\Mapping::getModelType PHP Метод

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

Get the model elastic type.
public getModelType ( ) : mixed
Результат mixed
    public function getModelType()
    {
        return $this->model->getDocumentType();
    }