CMS  Version 3.9
document_library.inc File Reference

Go to the source code of this file.

Variables

 $identifier = $_GET["library"]
 
 $library = DocumentLibrary::findByIdentifier($identifier)
 
$page page_title = "{$library->name}"
 
 $mgr = new DocumentManager($library)
 
 $view = new DocumentLibraryView($mgr)
 
 $script = $view->writeScript()
 

Variable Documentation

◆ $identifier

$identifier = $_GET["library"]

Definition at line 42 of file document_library.inc.

◆ $library

$library = DocumentLibrary::findByIdentifier($identifier)

Definition at line 44 of file document_library.inc.

◆ $mgr

$mgr = new DocumentManager($library)

Definition at line 50 of file document_library.inc.

◆ $script

$script = $view->writeScript()

Definition at line 53 of file document_library.inc.

◆ $view

$view = new DocumentLibraryView($mgr)

Definition at line 51 of file document_library.inc.

◆ page_title

$page page_title = "{$library->name}"

Definition at line 48 of file document_library.inc.