LegacyLocationId
extends LegacyId
in package
Tags
Table of Contents
- $id : string
- __construct() : mixed
- __toString() : string
- Returns the identifier as a string.
- matches() : bool
- Returns true if the identifier matches another.
Properties
$id
private
string
$id
Tags
Methods
__construct()
public
__construct(string $id) : mixed
Parameters
- $id : string
Tags
Return values
mixed —__toString()
Returns the identifier as a string.
public
__toString() : string
Tags
Return values
string —matches()
Returns true if the identifier matches another.
public
matches(LegacyId $id) : bool
Parameters
- $id : LegacyId