InputHandlerInterface
InputHandlerInterface.php
:
13
Interface
Methods¶
fromDocument()
¶
InputHandlerInterface.php
:
38
Converts given DOMDocument to the internal Rich Text representation.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$inputValue | DOMDocument | - | - |
Return values
DOMDocument
Tags
fromString()
¶
InputHandlerInterface.php
:
26
Converts 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
:
47
Returns relation data extracted from given $document (internal representation).
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$document | DOMDocument | - | - |
Return values
array<string|int, mixed>
validate()
¶
InputHandlerInterface.php
:
56
Validate the given $document (internal representation) and returns list of errors.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$document | DOMDocument | - | - |
Return values
array<string|int, mixed>