new Content()
Creates a new Content object
new Content(array $data = [ ], object|null $parent = null, bool $normalize = true)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $data | array |
[ ] |
|
| $parent | object|null |
null |
|
| $normalize | bool |
true |
Set to false if the input field keys are already lowercase |