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

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

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