Ejemplo n.º 1
0
 /**
  * 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;
 }