Implements Extensible to store arbitrary property values
Methods | ||
---|---|---|
public
static
|
getDynamicPropertiesProperty(): string
|
# |
public
static
|
getDynamicPropertyNamesProperty(): string
|
# |
final
public
|
setDynamicProperties(array $values): void
|
# |
final
public
|
getDynamicProperties(): array
|
# |
Properties | |||
---|---|---|---|
protected
|
array<string, mixed>
|
$MetaProperties = []
|
# |
protected
|
array<string, string>
|
$MetaPropertyNames = []
|
# |