예제 #1
0
파일: rb.php 프로젝트: tejdeeps/tejcs.com
 /**
  * Sets the model formatter to be used to discover a model
  * for Fuse.
  *
  * @param string $modelFormatter
  */
 public static function setModelFormatter($modelFormatter)
 {
     self::$modelFormatter = $modelFormatter;
 }
예제 #2
0
파일: rb.php 프로젝트: bobseven/Slim-Blog
 public static function setModelFormatter(RedBean_IModelFormatter $modelFormatter)
 {
     self::$modelFormatter = $modelFormatter;
 }