Function __global->reorganise_uploads__catalogue_entries
Definitions
sources/catalogues2.php
- Reorganise the catalogue entry uploads.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $where | array | No | No | [] | N/A | N/A | Limit reorganisation to rows matching this WHERE map |
| $tolerate_errors | boolean | No | No | False | N/A | N/A | Whether to tolerate missing files (false = give an error) |
Preview
Code (PHP)
/**
* Reorganise the catalogue entry uploads.
*
* @param array $where Limit reorganisation to rows matching this WHERE map
* @param boolean $tolerate_errors Whether to tolerate missing files (false = give an error)
*/
function reorganise_uploads__catalogue_entries(array $where = [], bool $tolerate_errors = false)
* Reorganise the catalogue entry uploads.
*
* @param array $where Limit reorganisation to rows matching this WHERE map
* @param boolean $tolerate_errors Whether to tolerate missing files (false = give an error)
*/
function reorganise_uploads__catalogue_entries(array $where = [], bool $tolerate_errors = false)

