CMS  Version 3.9
document_picker.inc File Reference

Go to the source code of this file.

Variables

 $editor = $_GET["Editor"]
 
 $document_library_id = checkNumeric($_GET["document_library_id"])
 
 $libraries = Query::create(DocumentLibrary, "ORDER BY name")->execute()
 
if(! $document_library_id &&count($libraries) > 0) $script =
 
 $tabs = linkPickerTabs("Editor=$editor")
 
$tabs page = "/document_picker"
 
 $library = new DocumentLibrary()
 
 $docMgr = new DocumentManager($library)
 

Variable Documentation

◆ $docMgr

$docMgr = new DocumentManager($library)

Definition at line 82 of file document_picker.inc.

◆ $document_library_id

$document_library_id = checkNumeric($_GET["document_library_id"])

Definition at line 38 of file document_picker.inc.

◆ $editor

$editor = $_GET["Editor"]

Definition at line 37 of file document_picker.inc.

◆ $libraries

$libraries = Query::create(DocumentLibrary, "ORDER BY name")->execute()

Definition at line 40 of file document_picker.inc.

◆ $library

$library = new DocumentLibrary()

Definition at line 79 of file document_picker.inc.

◆ $script

if (! $document_library_id &&count( $libraries) > 0) $script =

Definition at line 47 of file document_picker.inc.

◆ $tabs

$tabs = linkPickerTabs("Editor=$editor")

Definition at line 74 of file document_picker.inc.

◆ page

$tabs page = "/document_picker"

Definition at line 75 of file document_picker.inc.