interface PostInstallScriptInterface (View source)

Methods

__construct(IOInterface $io, Configuration $configuration)

Post-install constructor, just to ensure all pieces are in the right place

void
run()

Exec some kind of post-install script

Details

__construct(IOInterface $io, Configuration $configuration)

Post-install constructor, just to ensure all pieces are in the right place

Parameters

IOInterface $io
Configuration $configuration

void run()

Exec some kind of post-install script

Return Value

void