![]() |
CMS
Version 3.9
|
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() | |
$identifier = $_GET["library"] |
Definition at line 42 of file document_library.inc.
$library = DocumentLibrary::findByIdentifier($identifier) |
Definition at line 44 of file document_library.inc.
$mgr = new DocumentManager($library) |
Definition at line 50 of file document_library.inc.
$script = $view->writeScript() |
Definition at line 53 of file document_library.inc.
$view = new DocumentLibraryView($mgr) |
Definition at line 51 of file document_library.inc.
$page page_title = "{$library->name}" |
Definition at line 48 of file document_library.inc.