コード例 #1
0
ファイル: _ide_helper.php プロジェクト: qarlson/infr
 /**
  * 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);
 }