AutorÃa | Ultima modificación | Ver Log |
Core.LexerImplTYPE: mixed/nullVERSION: 2.0.0DEFAULT: NULL--DESCRIPTION--<p>This parameter determines what lexer implementation can be used. Thevalid values are:</p><dl><dt><em>null</em></dt><dd>Recommended, the lexer implementation will be auto-detected based onyour PHP-version and configuration.</dd><dt><em>string</em> lexer identifier</dt><dd>This is a slim way of manually overridding the implementation.Currently recognized values are: DOMLex (the default PHP5implementation)and DirectLex (the default PHP4 implementation). Only use this ifyou know what you are doing: usually, the auto-detection willmanage things for cases you aren't even aware of.</dd><dt><em>object</em> lexer instance</dt><dd>Super-advanced: you can specify your own, custom, implementation thatimplements the interface defined by <code>HTMLPurifier_Lexer</code>.I may remove this option simply because I don't expect anyoneto use it.</dd></dl>--# vim: et sw=4 sts=4