Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/it/vendor/wapmorgan/unified-archive/src/
Upload File :
Current File : /home/escuelai/public_html/it/vendor/wapmorgan/unified-archive/src/ArchiveInformation.php

<?php
namespace wapmorgan\UnifiedArchive;

/**
 * Information class. Represent information about the whole archive.
 *
 * @package wapmorgan\UnifiedArchive
 */
class ArchiveInformation
{
    /** @var array List of files inside archive */
    public $files = [];

    /** @var int Size of files inside archive in bytes */
    public $compressedFilesSize = 0;

    /** @var int Original size of files inside archive in bytes */
    public $uncompressedFilesSize = 0;
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists