Function __global->_report_content
Definitions
sources/report_content.php
- The shared backend to report content/posts.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: object
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$content_type | ID_TEXT | required parameter | N/A | N/A | The content type being reported |
$content_id | ID_TEXT | required parameter | N/A | N/A | The content ID being reported |
$report_title | string | required parameter | N/A | N/A | Report title |
$report_post | string | required parameter | N/A | N/A | Report post |
$anonymous | BINARY | 0 | N/A | N/A | Anonymous |
$open | BINARY | 1 | N/A | N/A | Report is open |
$time | ?TIME | Null | N/A | N/A | Report time (null: now) |
$member_id | ?MEMBER | Null | N/A | N/A | Reporting member (null: current member) |
Return
- URL to content
- Type: object
- Set: N/A
- Range: N/A