OXID eShop CE
6.0.4
|
Functions | |
smarty_modifier_oxescape ( $sString, $sEscType='html', $sCharSet=null) | |
smarty_modifier_oxescape | ( | $sString, | |
$sEscType = 'html' , |
|||
$sCharSet = null |
|||
) |
Copyright © OXID eSales AG. All rights reserved. See LICENSE file for license details.Include the modifier.escape.php pluginSmarty escape modifier plugin
Type: modifier
Name: escape
Purpose: Escape the string according to escapement type
string | $sString | string to escape |
string | $sEscType | escape type "html|htmlall|url|quotes|hex|hexentity|javascript" [optional] |
string | $sCharSet | charset [optional] |