コード例 #1
0
ファイル: _ide_helper.php プロジェクト: qarlson/infr
 /**
  * Sets the type of the button group
  *
  * @param $type
  * @return $this 
  * @static 
  */
 public static function asType($type)
 {
     return \Bootstrapper\ButtonGroup::asType($type);
 }