Input Filter List

Brad L

Well-known member
Where can I find a list of available XenForo input filters?


updated:
STRING
NUM
UNUM
INT
UINT
FLOAT
BOOLEAN
BINARY
ARRAY_SIMPLE
JSON_ARRAY
DATE_TIME

found on Input.php
 
Last edited:
All available input types should be defined as class constants in Input.php.

So, you should already have the complete list. :)
 
Top Bottom