Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Supports for ValueObject #10

@fenric

Description

@fenric

associated with #3

class Product
{
    public function setWeight(WeightValueObject $weight)
}
class WeightValueObject
{
    public function setWeight(float $weight)
    public function setUnit(WeightUnitEnum $unit)
}
enum WeightUnitEnum
{
    case Kilogram;
}
{
  "product": {
    "weight": {
      "weight": 123.45,
      "unit": "kg"
    }
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions