Definition at line 64 of file link_library_view.inc.
◆ __construct()
LinkLibraryView::__construct |
( |
|
$library | ) |
|
Reimplemented in ListLinkLibraryView, and TabularLinkLibraryView.
Definition at line 69 of file link_library_view.inc.
72 $this->links = $this->library->Links(
"WHERE published=1 ORDER BY sort_order, title, url");
75 $this->facetManager =
new FacetManager(
'facet_manager', $this->view);
This class maps the publication table.
static addFacets($manager, $classes, $dropdown=true, $max_width="200px", $width="200px", $height="120px")
◆ buildView()
LinkLibraryView::buildView |
( |
| ) |
|
|
abstract |
◆ create()
static LinkLibraryView::create |
( |
|
$library | ) |
|
|
static |
Definition at line 79 of file link_library_view.inc.
static getValue($component, $name)
Retrieve the value of the specified Setting.
◆ drawView()
LinkLibraryView::drawView |
( |
| ) |
|
|
abstract |
◆ $library
LinkLibraryView::$library |
◆ $view
The documentation for this class was generated from the following file: