I saw many such codes:
Questions:
1. where can I see the declaration/definition of _input?
2. where can I see the declaration/definition of filterSingle?
Code:
$styleId = $this->_input->filterSingle('style', XenForo_Input::UINT);
Code:
$dialog = $this->_input->filterSingle('dialog', XenForo_Input::STRING);
Questions:
1. where can I see the declaration/definition of _input?
2. where can I see the declaration/definition of filterSingle?