include/HTMLPurifier/standalone/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
\HTMLPurifier_ConfigSchema_InterchangeBuilder
Package:
Properties
Methods
_findUnused(
\$hash $hash
)
:
void
Triggers 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
)
:
void
Builds 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
)
:
void
Evaluates an array PHP code string without array() wrapper
Parameters
Name | Type | Description |
---|---|---|
$contents |
id(
$id
)
:
void
Convenience function that creates an HTMLPurifier_ConfigSchema_Interchange_Id object based on a string Id.
Parameters
Name | Type | Description |
---|---|---|
$id |