mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-14 09:18:41 +00:00
8 lines
273 B
Plaintext
8 lines
273 B
Plaintext
|
|
||
|
Configuration
|
||
|
|
||
|
Configuration is documented on a per-use case: if a class uses a certain
|
||
|
value from the configuration object, it has to define its name and what the
|
||
|
value is used for. This means decentralized configuration declaration that
|
||
|
is nevertheless error checking.
|