AppserverIo\Appserver\Core\Interfaces\ExtractorInterface::unflagArchive PHP 메소드

unflagArchive() 공개 메소드

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
리턴 void
    public function unflagArchive(\SplFileInfo $archive);