Class InputProvider.

This class is the Contao binding of an input provider.

 Methods

{@inheritDoc}

getParameter($strKey, $blnRaw) 

Parameters

$strKey

$blnRaw

{@inheritDoc}

getPersistentValue($strKey) 

Parameters

$strKey

{@inheritDoc}

getRequestUrl() 

{@inheritDoc}

getValue($strKey, $blnRaw) 

Parameters

$strKey

$blnRaw

{@inheritDoc}

hasParameter($strKey) 

Parameters

$strKey

{@inheritDoc}

hasPersistentValue($strKey) 

Parameters

$strKey

{@inheritDoc}

hasValue($strKey) 

Parameters

$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) 

Parameters

$strKey

{@inheritDoc}

unsetValue($strKey) 

Parameters

$strKey