include/HTMLPurifier/standalone/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
\HTMLPurifier_ConfigSchema_InterchangeBuilder
Package:
Properties
Methods

_findUnused(
\$hash $hash
)
:
voidTriggers errors for any unused keys passed in the hash; such keys may indicate typos, missing values, etc.
Parameters
| Name | Type | Description |
|---|---|---|
| $hash | \$hash | Instance of ConfigSchema_StringHash to check. |

build(
\$interchange $interchange, \$hash $hash
)
:
voidBuilds an interchange object based on a hash.
Parameters
| Name | Type | Description |
|---|---|---|
| $interchange | \$interchange | HTMLPurifier_ConfigSchema_Interchange object to build |
| $hash | \$hash | HTMLPurifier_ConfigSchema_StringHash source data |

evalArray(
$contents
)
:
voidEvaluates an array PHP code string without array() wrapper
Parameters
| Name | Type | Description |
|---|---|---|
| $contents |

id(
$id
)
:
voidConvenience function that creates an HTMLPurifier_ConfigSchema_Interchange_Id object based on a string Id.
Parameters
| Name | Type | Description |
|---|---|---|
| $id |