Report
in package
Report creation class.
Tags
Table of Contents
Constants
- ORIGIN_API = 1
- ORIGIN_WEBSITE = 0
Methods
- create() : void
- Create a report.
Constants
ORIGIN_API
public
mixed
ORIGIN_API
= 1
ORIGIN_WEBSITE
public
mixed
ORIGIN_WEBSITE
= 0
Methods
create()
Create a report.
public
static create(Language $language, User $user_reporting, User $reported_user, array<string|int, mixed> $data) : void