Function __global->_give_moniker_scope
Definitions
sources/urls2.php
- Take a moniker and it's page-link details, and make a full path from it.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$page | ID_TEXT | required parameter | N/A | N/A | Page name |
$type | ID_TEXT | required parameter | N/A | N/A | Screen type code |
$id | ID_TEXT | required parameter | N/A | N/A | Resource ID |
$zone | ID_TEXT | required parameter | N/A | N/A | The URL zone name (only used for Comcode Page URL monikers) |
$main | string | required parameter | N/A | N/A | Pathless moniker |
Return
- The fully qualified moniker
- Type: string
- Set: N/A
- Range: N/A