Example #1
0
 /**
  * Set the default storage of indexes.
  * @param Zizelo_Storage_Interface $storage
  */
 public static function setDefaultStorage(Zizelo_Storage_Interface $storage)
 {
     self::$default_storage = $storage;
 }