コード例 #1
0
ファイル: Facade.php プロジェクト: BGCX261/zizelo-svn-to-git
 /**
  * Set the default storage of indexes.
  * @param Zizelo_Storage_Interface $storage
  */
 public static function setDefaultStorage(Zizelo_Storage_Interface $storage)
 {
     self::$default_storage = $storage;
 }