Piwik\Plugin\API::unsetAllInstances PHP Method

unsetAllInstances() public static method

Used in tests only
Deprecation:
public static unsetAllInstances ( )
    public static function unsetAllInstances()
    {
        self::$instances = array();
    }