Microweber\Utils\SimpleXmlStreamer::chunkCompleted PHP Метод

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

Called after a file chunk was processed (16KB by default, see constructor).
public chunkCompleted ( )
    public function chunkCompleted()
    {
        $import = mw('Microweber\\Utils\\Import')->batch_save($this->content_items);
        $this->content_items = array();
        return true;
    }