themeLabel = $themeLabel; } /** * Retrieve All Design Theme Options * * @param bool $withEmpty add empty (please select) values to result * @return Label[] */ public function getAllOptions($withEmpty = true) { $label = $withEmpty ? __('-- Please Select --') : $withEmpty; return $this->_options = $this->themeLabel->getLabelsCollection($label); } }