CMS  Version 3.9
export.inc File Reference

Go to the source code of this file.

Variables

 $file = $_REQUEST["export_file"]
 
 $mgr = new SerializationManager()
 
 $form = new SerializationForm("Export")
 
 $components = $form->getSelected()
 

Variable Documentation

◆ $components

$components = $form->getSelected()

Definition at line 20 of file export.inc.

◆ $file

$file = $_REQUEST["export_file"]

Definition at line 6 of file export.inc.

◆ $form

$form = new SerializationForm("Export")

Definition at line 18 of file export.inc.

◆ $mgr

$mgr = new SerializationManager()

Definition at line 16 of file export.inc.