Function __global->actual_delete_catalogue
Definitions
sources/catalogues2.php
- Delete a catalogue.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
---|---|---|---|---|---|---|---|
$name | ID_TEXT | No | No | required parameter | N/A | N/A | The name of the catalogue |
Preview
Code (PHP)
/**
* Delete a catalogue.
*
* @param ID_TEXT $name The name of the catalogue
*/
function actual_delete_catalogue(string $name)
* Delete a catalogue.
*
* @param ID_TEXT $name The name of the catalogue
*/
function actual_delete_catalogue(string $name)