Beispiel #1
0
 /**
  * Function includes class of the component by component name freetrix:component.base
  *
  * @param string $componentName
  * @return string
  *
  */
 public static final function includeComponentClass($componentName)
 {
     $component = new CFreetrixComponent();
     $component->initComponent($componentName);
 }