Property | Type | Description | |
---|---|---|---|
$_owner | string | The owner we are grouping by, if any. | |
$_page | integer | The current page number of the view. | |
$_special | boolean | ||
$_view | Horde_View | The Horde_View used to render this view. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Const'r | |
getGalleryCrumbData ( ) | noop | |
getTitle ( ) : string | Get this view's title. | |
html ( ) : string | Return the HTML representing this view. | |
viewType ( ) |
public __construct ( array $params = [] ) | ||
$params | array | Any parameters that the view might need.
In addition to the params taken by Ansel_View_Gallery, this view can also take: groupby - Group the results (owner) owner - The owner to group by tags - Limit to galleries matching tags gallery_ids - No fitering, just show these galleries pager_url - The url for the pager to use see Ansel_Gallery for more information on the url parameters. |
protected string $_owner | ||
return | string |
protected int $_page | ||
return | integer |