IdStruct
in package
QuakeID Datastructure
Table of Contents
Properties
- $id : string
Methods
- __construct() : mixed
- id() : string
- Get checked event id
- isValid() : bool
- Check if event id is valid
Properties
$id
private
string
$id
Methods
__construct()
public
__construct(string $id) : mixed
Parameters
- $id : string
id()
Get checked event id
public
id() : string
Return values
string —event id
isValid()
Check if event id is valid
private
isValid(string $id) : bool
Parameters
- $id : string
Return values
bool —TRUE if event id is valid, FALSE otherwise