Function __global->edit_download_licence
Definitions
sources/downloads2.php
- Edit a download licence.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | AUTO_LINK | No | No | required parameter | N/A | N/A | The ID of the download licence to edit |
| $title | SHORT_TEXT | No | No | required parameter | N/A | N/A | The title of the download licence |
| $text | LONG_TEXT | No | No | required parameter | N/A | N/A | The text of the download licence |
Preview
Code (PHP)
/**
* Edit a download licence.
*
* @param AUTO_LINK $id The ID of the download licence to edit
* @param SHORT_TEXT $title The title of the download licence
* @param LONG_TEXT $text The text of the download licence
*/
function edit_download_licence(int $id, string $title, string $text)
* Edit a download licence.
*
* @param AUTO_LINK $id The ID of the download licence to edit
* @param SHORT_TEXT $title The title of the download licence
* @param LONG_TEXT $text The text of the download licence
*/
function edit_download_licence(int $id, string $title, string $text)

