Function __global->get_actionlog_handler_flags
Definitions
sources/actionlog.php
- Get handler flags for a particular action log type.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: int
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $the_type | ID_TEXT | No | No | required parameter | N/A | N/A | Action log type |
Returns
- Flags
- Type: integer
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get handler flags for a particular action log type.
*
* @param ID_TEXT $the_type Action log type
* @return integer Flags
*/
function get_actionlog_handler_flags(string $the_type) : int
* Get handler flags for a particular action log type.
*
* @param ID_TEXT $the_type Action log type
* @return integer Flags
*/
function get_actionlog_handler_flags(string $the_type) : int

