Exemplo n.º 1
0
 /**
  * Set Rediska default instance
  * 
  * @param Rediska $instance
  */
 public static function setDefaultInstace(Rediska $instance)
 {
     self::$_defaultInstance = $instance;
 }