예제 #1
0
파일: Model.php 프로젝트: vgrish/dvelum
 /**
  * Set DB_Object storage adapter used by default
  * @param Db_Object_Store $store
  */
 public static function setGlobalObjectStore(Db_Object_Store $store)
 {
     self::$_dbObjectStore = $store;
 }