$view
$view : \Ansel_View_Gallery
The Ansel_View_Gallery object that this Renderer belongs to.
Ansel_View_GalleryRenderer_Gallery:: Class wraps display of the traditional Gallery View.
Copyright 2008-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
$view : \Ansel_View_Gallery
The Ansel_View_Gallery object that this Renderer belongs to.
$style : \Ansel_Style
The style definition.
__construct(\Ansel_View_Gallery $view = null)
Constructor
\Ansel_View_Gallery | $view |
fetchChildren(boolean $noauto)
Default implementation for fetching children/images for this view.
Other view classes can override this if they need anything special.
boolean | $noauto | Flag to indicate if we shouldn't automatically drill down on views that support this. E.g., DateMode. |