ItemTypeEntry
Table of Contents
-
$componentBased
: bool
-
$numericId
: int
-
$stringId
: string
-
__construct()
: mixed
-
getNumericId()
: int
-
getStringId()
: string
-
isComponentBased()
: bool
$componentBased
private
bool
$componentBased
$numericId
private
int
$numericId
$stringId
private
string
$stringId
__construct()
public
__construct(string $stringId, int $numericId, bool $componentBased) : mixed
Parameters
-
$stringId
: string
-
-
$numericId
: int
-
-
$componentBased
: bool
-
Return values
mixed
—
getNumericId()
public
getNumericId() : int
Return values
int
—
getStringId()
public
getStringId() : string
Return values
string
—
isComponentBased()
public
isComponentBased() : bool
Return values
bool
—