Function __global->already_in_log
Definitions
sources/global4.php
- Find if an action already logged.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$type | ID_TEXT | required parameter | N/A | N/A | The type of activity just carried out (a language string codename) |
$a | ?SHORT_TEXT | Null | N/A | N/A | The most important parameter of the activity (e.g. ID) (null: none) |
$b | ?SHORT_TEXT | Null | N/A | N/A | A secondary (perhaps, human readable) parameter of the activity (e.g. caption) (null: none) |
Return
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A