/** * * Called after the transformation process to clear any variable * which may be taking up memory unnecessarly. * */ private static function teardown() { self::$urls = array(); self::$titles = array(); self::$html_hashes = array(); }