====== __construct ====== {#JAPI Joomla.Framework Filter JFilterInput::__construct #} Constructor for inputFilter class. Only first parameter is required. ===== Syntax ===== JFilterInput __construct ( **$tagsArray**, **$attrArray**, **$tagsMethod**, **$attrMethod**, **$xssAuto** ) | **$tagsArray** | array | list of user-defined tags | | **$attrArray** | array | list of user-defined attributes | | **$tagsMethod** | int | WhiteList method = 0, BlackList method = 1 | | **$attrMethod** | int | WhiteList method = 0, BlackList method = 1 | | **$xssAuto** | int | Only auto clean essentials = 0, Allow clean blacklisted tags/attr = 1 | ===== Examples ===== ---- ~~DISCUSSION~~ ~~DISCUSSION~~