Exemple #1
0
 /**
  * Set the default index path
  *
  * @param string $path
  */
 public static function setDefaultIndexPath($path)
 {
     self::$_defaultIndexPath = $path;
 }