aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/smoketests/test-schema/Type.lookup.txt
blob: b2479912fadc91b741d99a77682dfbcd8ed75381 (plain) (blame)
1
2
3
4
5
Type.lookup
TYPE: lookup
DEFAULT: array('key1' => true, 'key2' => true)
DESCRIPTION: The lookup type acts just like list, except its elements are unique and are checked with <code>isset($var[$key])</code>.
--# vim: et sw=4 sts=4