Ejemplo n.º 1
0
 /**
  * Theme registration
  *
  * @return $this
  */
 public function register()
 {
     $this->_themeCollection->clear();
     foreach ($this->_themeCollection as $theme) {
         $this->_registerThemeRecursively($theme);
     }
     $this->checkPhysicalThemes()->checkAllowedThemeRelations();
     return $this;
 }