Exemplo n.º 1
0
 /**
  * 
  * output the slider by slider id
  */
 public static function outputSlider($sliderID, $isJSInBody = false)
 {
     $output = new UniteHCarOutput();
     if ($isJSInBody == true) {
         $output->setJsInBody();
     }
     $output->outputSlider($sliderID);
 }