System\Console\ComposerScript

ComposerScript is a collection of composer script logic

Public methods

public static void postAutoloadDump($event)

postAutoloadDump

Parameters
  • $event

public static void postUpdateCmd($event)

postUpdateCmd occurs after the update command has been executed, or after the install command has been executed without a lock file present.

Parameters
  • $event

public static void prePackageUninstall($event)

prePackageUninstall occurs before a package is uninstalled

Parameters
  • $event

Protected methods

protected static void isOfType($package, $type)

isOfType checks if a package is a plugin or theme

rainlab-vanilla-theme dev-master, theme -> true

Parameters
  • $package
  • $type