Documentation TYPO3 par Ameos |
Public Member Functions | |
match ($string) | |
testNumber ($test, $value) | |
matchWild ($haystack, $needle) | |
whichDevice ($useragent) | |
browserInfo ($useragent) | |
browserInfo_version ($tmp) | |
getGlobal ($var, $inArr='') | |
getGP_ENV_TSFE ($var) | |
match ($string) | |
testNumber ($test, $value) | |
matchWild ($haystack, $needle) | |
whichDevice ($useragent) | |
browserInfo ($useragent) | |
browserInfo_version ($tmp) | |
getGlobal ($var, $inArr='') | |
getGP_ENV_TSFE ($var) | |
Public Attributes | |
$matchAlternative = array() | |
$matchAll = 0 | |
$altRootLine = array() |
Definition at line 77 of file class.t3lib_matchcondition.php.
|
Generates an array with abstracted browser information In the function match() this method is called and the result stored in $this->browserInfoArray
Definition at line 413 of file class.t3lib_matchcondition.php. References browserInfo_version(). |
|
Generates an array with abstracted browser information In the function match() this method is called and the result stored in $this->browserInfoArray
Definition at line 413 of file class.t3lib_matchcondition.php. References browserInfo_version(). Referenced by match(). |
|
Returns the version of a browser; Basically getting doubleval() of the input string, stripping of any non-numeric values in the beginning of the string first.
Definition at line 517 of file class.t3lib_matchcondition.php. |
|
Returns the version of a browser; Basically getting doubleval() of the input string, stripping of any non-numeric values in the beginning of the string first.
Definition at line 517 of file class.t3lib_matchcondition.php. Referenced by browserInfo(). |
|
Return global variable where the input string $var defines array keys separated by "|"
Definition at line 529 of file class.t3lib_matchcondition.php. |
|
Return global variable where the input string $var defines array keys separated by "|"
Definition at line 529 of file class.t3lib_matchcondition.php. |
|
Returns GP / ENV / TSFE vars
Definition at line 554 of file class.t3lib_matchcondition.php. References t3lib_div::_GP(), and t3lib_div::getIndpEnv(). |
|
Returns GP / ENV / TSFE vars
Definition at line 554 of file class.t3lib_matchcondition.php. References t3lib_div::_GP(), and t3lib_div::getIndpEnv(). Referenced by match(). |
|
Evaluates a TypoScript condition given as input, eg. "[browser=net][...(other conditions)...]"
Definition at line 91 of file class.t3lib_matchcondition.php. References browserInfo(), t3lib_div::cmpFQDN(), t3lib_div::cmpIP(), getGP_ENV_TSFE(), t3lib_div::getIndpEnv(), t3lib_div::inList(), t3lib_div::isFirstPartOfStr(), matchWild(), t3lib_div::testInt(), testNumber(), t3lib_div::trimExplode(), and whichDevice(). |
|
Evaluates a TypoScript condition given as input, eg. "[browser=net][...(other conditions)...]"
Definition at line 91 of file class.t3lib_matchcondition.php. References browserInfo(), t3lib_div::cmpFQDN(), t3lib_div::cmpIP(), getGP_ENV_TSFE(), t3lib_div::getIndpEnv(), t3lib_div::inList(), t3lib_div::isFirstPartOfStr(), matchWild(), t3lib_div::testInt(), testNumber(), t3lib_div::trimExplode(), and whichDevice(). |
|
Matching two strings against each other, supporting a "*" wildcard in either end of the $needle
Definition at line 333 of file class.t3lib_matchcondition.php. |
|
Matching two strings against each other, supporting a "*" wildcard in either end of the $needle
Definition at line 333 of file class.t3lib_matchcondition.php. Referenced by match(). |
|
Will evaluate a $value based on an operator: "<", ">" or "=" (default)
Definition at line 311 of file class.t3lib_matchcondition.php. |
|
Will evaluate a $value based on an operator: "<", ">" or "=" (default)
Definition at line 311 of file class.t3lib_matchcondition.php. Referenced by match(). |
|
Returns a code for a browsing device based on the input useragent string
Definition at line 363 of file class.t3lib_matchcondition.php. |
|
Returns a code for a browsing device based on the input useragent string
Definition at line 363 of file class.t3lib_matchcondition.php. Referenced by match(). |