Contao\ZipReader::first PHP Метод

first() публичный Метод

Go to the first file of the archive
public first ( ) : ZipReader
Результат ZipReader The object instance
    public function first()
    {
        $this->intIndex = 0;
        return $this;
    }