Property | Type | Description | |
---|---|---|---|
$_params | array | View parameters | |
$_properties | array | Hash of gallery properties. | |
$_title | string | The view title |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) | Const'r | |
run ( ) : void | Runs the view |
Method | Description | |
---|---|---|
_galleryViewStyles ( ) : array | Get a list of available Gallery View styles | |
_thumbStyles ( ) : array | Get a list of available, currently usable thumbnail styles. |
Method | Description | |
---|---|---|
_loadDefaults ( ) | ||
_output ( ) : void | Outputs the view to the browser. | |
_runEdit ( ) : void | Handle setting up the form for editing an existing gallery | |
_runNew ( ) : void | Set up for adding new galleries. | |
_runNewChild ( ) : void | Set up for adding a new child gallery. | |
_runSave ( ) : void | Handles saving the gallery information from the form submission, and redirects back to previous view when complete. |
public __construct ( array $params = [] ) | ||
$params | array | Parameters for the view |
protected _galleryViewStyles ( ) : array | ||
return | array |
protected _thumbStyles ( ) : array | ||
return | array | An array of Classnames => titles |
protected array $_properties | ||
return | array |