예제 #1
0
 public static function slider()
 {
     $slider = new Slider(self::$lista->getSize(), self::$lista->getQuantidadePorPagina());
     return $slider->to_s();
 }