InputHandlerInterface
InputHandlerInterface.php
:
13
Interface
Methods¶
fromDocument()
¶
InputHandlerInterface.php
:
30
Converts a given DOMDocument to the internal Rich Text representation.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $inputValue | DOMDocument | - | - |
Return values
DOMDocument
Tags
fromString()
¶
InputHandlerInterface.php
:
22
Converts a given XML String to the internal Rich Text representation.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $inputValue | string|null | null | - |
Return values
DOMDocument
Tags
getRelations()
¶
InputHandlerInterface.php
:
37
Returns relation data extracted from given $document (internal representation).
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $document | DOMDocument | - | - |
Return values
array<int, array{locationIds: array
validate()
¶
InputHandlerInterface.php
:
44
Validate the given $document (internal representation) and returns list of errors.
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $document | DOMDocument | - | - |
Return values
array<int, string>