/**
  * This is more of a helper for code completion
  *
  * @param null $theme
  * @return AbstractThemeConfiguration
  */
 public function getTheme($theme = null)
 {
     return parent::getTheme($theme);
 }
 /**
  * This is more of a helper for code completion
  *
  * @param null $theme
  * @return AbstractThemeConfiguration
  */
 public function getTheme($theme = null)
 {
     return parent::getTheme($theme);
     // TODO: Change the autogenerated stub
 }