appendTypo3ParameterToArray()
appendTypo3ParameterToArray(array $queryArray)
Parameters
array | $queryArray | Empty or prefilled assoc array with url parameter |
appendTooltip( $before, $tooltipText) : string
Wraps some $inner fragment with a CSS styled $tooltipText . CSS is configured in 'Resources/Public/qfq-jqw.css'.
Based on: http://www.w3schools.com/howto/howto_css_tooltip.asp
$before | ||
$tooltipText |
findInSet( $needle, $haystack) : boolean
Search for the parameter $needle in $haystack. The argumenst has to be seperated by ','.
Returns the false if not found or index of found place. Be carefull: use unary operator to compare for 'false'
$needle | ||
$haystack |
true if found, else false