Chris@0: theme = $theme; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Gets the machine name of the missing theme. Chris@0: * Chris@0: * @return string Chris@0: * The machine name of the theme that is missing. Chris@0: */ Chris@0: public function getMissingThemeName() { Chris@0: return $this->theme; Chris@0: } Chris@0: Chris@0: }