Nvd\Crud\Form::showSelect PHP Méthode

showSelect() protected méthode

protected showSelect ( )
    protected function showSelect()
    {
        return Html::select($this->name, $this->options, $this->attributes, $this->useOptionKeysForValues);
    }