add($documents); $root->add($images); $documents->add($file1); $documents->add($file2); $images->add($file3); $root->display(); return $this->return->success(); } }