CMS  Version 3.9
document_libraries.inc File Reference

Go to the source code of this file.

Variables

 $libraries = Query::create(DocumentLibrary, "ORDER BY name")->execute()
 
 $view = new DocumentLibraryListView($libraries)
 
 $script = $view->writeScript()
 

Variable Documentation

◆ $libraries

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

Definition at line 38 of file document_libraries.inc.

◆ $script

$script = $view->writeScript()

Definition at line 42 of file document_libraries.inc.

◆ $view

$view = new DocumentLibraryListView($libraries)

Definition at line 40 of file document_libraries.inc.