Property | Type | Description | |
---|---|---|---|
$_date | array | The image's date for use in date browsing. | |
$_geometry | array | The image geometry. | |
$_imageList | array | List of image ids in the parent gallery. Used for next/prev fetching. | |
$_mode | string | The gallery mode for this images's current gallery view. | |
$_page | integer | The page this image appears on in the current gallery view, if available. | |
$_revList | array | Cache {@link self::_imageList} in reverse. | |
$_slug | string | The parent gallery's slug name, if available. | |
$_style | Ansel_Style | The parent gallery's current style. | |
$_urls | array | An array of various URLs that are displayed in the view. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Const'r | |
getGalleryCrumbData ( ) : array | Return the gallery's breadcrumb data. | |
getTitle ( ) : string | Get the title for this view. | |
html ( ) : string | Get the HTML representing this view. | |
viewType ( ) |
Method | Description | |
---|---|---|
_getCommentData ( ) : boolean | array | Helper for comments | |
_getView ( ) : Horde_View | Generate the Horde_View and populate with basic/common properties. | |
_html ( ) | Image view specific HTML - done so we can extend View_Image for things like the slideshow view etc. | |
_includeViewSpecificScripts ( ) | ||
_prepare ( ) | Build variables needed to output the html. Extracted to this method so child classes can use this as well. |
protected _getCommentData ( ) : boolean | array | ||
return | boolean | array | Either an array of comment data or false on failure |
protected _getView ( ) : Horde_View | ||
return | Horde_View |
protected _prepare ( ) |
public getGalleryCrumbData ( ) : array | ||
return | array |
protected array $_date | ||
return | array |
protected array $_imageList | ||
return | array |
protected string $_mode | ||
return | string |
protected int $_page | ||
return | integer |
protected array $_revList | ||
return | array |
protected string $_slug | ||
return | string |
protected Ansel_Style $_style | ||
return | Ansel_Style |
protected array $_urls | ||
return | array |