SchemeItem
Table of Contents
Methods
-
__construct()
: mixed
-
getAvailabilityLock()
: string
-
getEntityTypeIds()
: array<string|int, mixed>
-
getId()
: string
-
getName()
: string
-
getPhrase()
: string
-
setId()
: self
-
setName()
: self
-
toJson()
: array<string|int, mixed>
__construct()
public
__construct(array<string|int, int> $entityTypeIds, string $phrase) : mixed
Parameters
-
$entityTypeIds
: array<string|int, int>
-
-
$phrase
: string
-
getAvailabilityLock()
public
getAvailabilityLock() : string
getEntityTypeIds()
public
getEntityTypeIds() : array<string|int, mixed>
Return values
array<string|int, mixed>
getId()
public
getId() : string
getName()
public
getName() : string
getPhrase()
public
getPhrase() : string
setId()
public
setId(mixed $schemeId) : self
Parameters
-
$schemeId
: mixed
-
setName()
public
setName(string $name) : self
Parameters
-
$name
: string
-
toJson()
public
toJson() : array<string|int, mixed>
Return values
array<string|int, mixed>