PHP Class Ansel_View_Ansel, horde
Copyright 2011-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (GPL). If you
did not receive this file, see http://www.horde.org/licenses/gpl.
Mostrar archivo
Open project: horde/horde
Class Usage Examples
Public Properties
Property |
Type |
Description |
|
$gallery |
Ansel_Gallery |
The gallery object (will be eq to $resource in a gallery view |
|
$resource |
|
The ansel resource this view is for. |
|
Protected Properties
Property |
Type |
Description |
|
$_widgets |
array |
Collection of Ansel_Widgets to display in this view. |
|
Public Methods
Protected Methods
Method |
Description |
|
_renderWidgets ( ) |
Default widget rendering, can be overridden by any subclass. |
|
Method Details
getGalleryCrumbData()
abstract public method
getTitle()
abstract public method
html()
abstract public method
viewType()
abstract public method
Property Details
$gallery public_oe property
The gallery object (will be eq to $resource in a gallery view
public Ansel_Gallery $gallery |
return |
Ansel_Gallery |
|
$resource public_oe property
The ansel resource this view is for.