AppserverIo\Appserver\Core\Interfaces\ExtractorInterface::unflagArchive PHP Method

unflagArchive() public method

Deletes all old flags, so the app will be un-deployed with the next appserver restart.
public unflagArchive ( SplFileInfo $archive ) : void
$archive SplFileInfo The archive to un-flag
return void
    public function unflagArchive(\SplFileInfo $archive);