Microweber\Utils\SimpleXmlStreamer::chunkCompleted PHP Method

chunkCompleted() public method

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;
    }