Exemplo n.º 1
0
 /**
  * Sets which panel should be opened. Numbering begins from 0.
  *
  * @param $integer int
  * @return $this 
  * @static 
  */
 public static function open($integer)
 {
     return \Bootstrapper\Accordion::open($integer);
 }