HumHub Documentation (unofficial)

HTMLPurifier_ConfigSchema_InterchangeBuilder
in package

Table of Contents

Properties

$varParser  : mixed
Used for processing DEFAULT, nothing else.

Methods

__construct()  : mixed
build()  : mixed
Builds an interchange object based on a hash.
buildDir()  : HTMLPurifier_ConfigSchema_Interchange
buildDirective()  : mixed
buildFile()  : mixed
buildFromDirectory()  : HTMLPurifier_ConfigSchema_Interchange
_findUnused()  : mixed
Triggers errors for any unused keys passed in the hash; such keys may indicate typos, missing values, etc.
evalArray()  : mixed
Evaluates an array PHP code string without array() wrapper
id()  : HTMLPurifier_ConfigSchema_Interchange_Id
Convenience function that creates an HTMLPurifier_ConfigSchema_Interchange_Id object based on a string Id.
lookup()  : array<string|int, mixed>
Converts an array list into a lookup array.

Properties

$varParser

Used for processing DEFAULT, nothing else.

protected mixed $varParser
Tags
type

HTMLPurifier_VarParser

Methods

evalArray()

Evaluates an array PHP code string without array() wrapper

protected evalArray(string $contents) : mixed
Parameters
$contents : string

lookup()

Converts an array list into a lookup array.

protected lookup(array<string|int, mixed> $array) : array<string|int, mixed>
Parameters
$array : array<string|int, mixed>
Return values
array<string|int, mixed>
Loading…
On this page

Search results