Example #1
0
 /**
  * Set DB_Object storage adapter used by default
  * @param Db_Object_Store $store
  */
 public static function setGlobalObjectStore(Db_Object_Store $store)
 {
     self::$_dbObjectStore = $store;
 }