Nvd\Crud\Form::showSelect PHP Метод

showSelect() защищенный Метод

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