예제 #1
0
 /**
  * Get a new framework instance
  *
  * @param string $framework
  * @throws Exceptions\InvalidFrameworkException
  * @return \Former\Interfaces\FrameworkInterface 
  * @static 
  */
 public static function getFrameworkInstance($framework)
 {
     return \Former\Former::getFrameworkInstance($framework);
 }