Skip to:
Content

  • Home
  • Integrations
  • Help
  • Blog
  • Download
Automator Developer Resources

Code Reference

  • Home
  • Reference
Filter by type:
Search
Browse: Home / Reference / Classes / InstalledVersions / InstalledVersions::reload()

InstalledVersions::reload( $data )


Source

File: vendor/composer/InstalledVersions.php

public static function reload($data)
{
self::$installed = $data;
self::$installedByVendor = array();
}

Expand full source code Collapse full source code View on Github


Twitter • Facebook • YouTube • Contact Us • Privacy • Terms of Service