예제 #1
0
파일: Former.php 프로젝트: raftalks/former
 /**
  * Set the useBootstrap option
  *
  * @param  boolean $boolean Whether we should use Bootstrap syntax or not
  */
 public static function framework($framework)
 {
     return Framework::useFramework($framework) == $framework;
 }