_options = []; $this->_values = []; $this->addOption('--', ''); // no theme select foreach ($themes as $themeValue => $themeName) { $this->addOption($themeName, $themeValue); } } }