/** * unset the DAL resolver */ public static function unsetDalResolver() { static::$_resolver = null; }
public static function setConnectionResolver(IConnectionResolver $resolver) { static::$_resolver = $resolver; }
/** * unset the DAL resolver */ public static function unsetDalResolver() { static::$_resolver = null; }
public static function setConnectionResolver(IConnectionResolver $resolver) { static::$_resolver = $resolver; }