Table of Contents
Interfaces
- ValueObjectInterface
- CreateWithDefaultValueInterface
- CreateObjectInterface
Methods
-
add()
: static
-
create()
: static
-
createWithDefaultValue()
: static
-
delete()
: static
-
getValue()
: array<string|int, mixed>
add()
public
add(string $featureName) : static
Parameters
-
$featureName
: string
-
create()
public
static create(mixed $data) : static
Parameters
-
$data
: mixed
-
createWithDefaultValue()
public
static createWithDefaultValue() : static
delete()
public
delete(string $featureName) : static
Parameters
-
$featureName
: string
-
getValue()
public
getValue() : array<string|int, mixed>
Return values
array<string|int, mixed>