Class InputProvider.
This class is the Contao binding of an input provider.
Methods
{@inheritDoc}
getParameter($strKey, $blnRaw)
Parameters
$strKey
$blnRaw
{@inheritDoc}
getPersistentValue($strKey)
{@inheritDoc}
getRequestUrl()
{@inheritDoc}
getValue($strKey, $blnRaw)
Parameters
$strKey
$blnRaw
{@inheritDoc}
hasParameter($strKey)
{@inheritDoc}
hasPersistentValue($strKey)
{@inheritDoc}
hasValue($strKey)
{@inheritDoc}
setParameter($strKey, $varValue)
Parameters
$strKey
$varValue
{@inheritDoc}
setPersistentValue($strKey, $varValue)
Parameters
$strKey
$varValue
{@inheritDoc}
setValue($strKey, $varValue)
Parameters
$strKey
$varValue
{@inheritDoc}
unsetParameter($strKey)
{@inheritDoc}
unsetValue($strKey)