CMS  Version 3.9
document_libraries.inc File Reference

Go to the source code of this file.

Variables

 $hidden = checkNumeric($_GET["hidden"])
 
if(! $hidden) else
 
 $menu_item = "Documents"
 
 $libraries = Query::create(DocumentLibrary, "$constraint ORDER BY name")->execute()
 
 $view = new AdminDocumentLibraryListView($libraries)
 
 $script = $view->writeScript()
 

Variable Documentation

◆ $hidden

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

Definition at line 37 of file document_libraries.inc.

◆ $libraries

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

Definition at line 51 of file document_libraries.inc.

◆ $menu_item

$menu_item = "Documents"

Definition at line 49 of file document_libraries.inc.

◆ $script

$script = $view->writeScript()

Definition at line 55 of file document_libraries.inc.

◆ $view

$view = new AdminDocumentLibraryListView($libraries)

Definition at line 53 of file document_libraries.inc.

◆ else

if (! $hidden) else
Initial value:
{
$checked = "checked='checked'"

Definition at line 44 of file document_libraries.inc.