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

flagArchive() public method

Flags the archive in specific states of extraction
public flagArchive ( SplFileInfo $archive, string $flag ) : void
$archive SplFileInfo The archive file
$flag string The flag to set
return void
    public function flagArchive(\SplFileInfo $archive, $flag);