setup() setup(bool $file = false) : mixed Sets up the entity lookup table from the serialized file contents. Parameters bool $file Returns mixed —
instance() instance(bool|\HTMLPurifier_EntityLookup $prototype = false) : \HTMLPurifier_EntityLookup Retrieves sole instance of the object. Parameters bool|\HTMLPurifier_EntityLookup $prototype Optional prototype of custom lookup table to overload with. Returns \HTMLPurifier_EntityLookup —