Function Hook_gu_downloads->new_donext_icons
Definitions
sources/hooks/modules/galleries_users/downloads.php
- Add in new icons to a worked-within gallery.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: array
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $cat | ID_TEXT | No | No | required parameter | N/A | N/A | Gallery name |
Returns
- Results
- Type: array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Add in new icons to a worked-within gallery.
*
* @param ID_TEXT $cat Gallery name
* @return array Results
*/
public function new_donext_icons(string $cat) : array
* Add in new icons to a worked-within gallery.
*
* @param ID_TEXT $cat Gallery name
* @return array Results
*/
public function new_donext_icons(string $cat) : array

