|
OXID eShop CE
4.9.8
|
Inheritance diagram for oxTag:
Collaboration diagram for oxTag:Public Member Functions | |
| __construct ($sTag=null) | |
| setMaxLength ($iTagMaxLength) | |
| getMaxLength () | |
| set ($sTag, $blPrepare=true) | |
| get () | |
| setHitCount ($iHitCount) | |
| getHitCount () | |
| increaseHitCount () | |
| isValid () | |
| getLink () | |
| setLink ($sTagLink=null) | |
| getTitle () | |
| __toString () | |
| prepare ($sTag) | |
| stripMetaChars ($sText) | |
| formLink ($sTag) | |
| addUnderscores () | |
| removeUnderscores () | |
Public Member Functions inherited from oxSuperCfg | |
| __call ($sMethod, $aArgs) | |
| __construct () | |
| getConfig () | |
| setConfig ($oConfig) | |
| getSession () | |
| setSession ($oSession) | |
| getUser () | |
| setUser ($oUser) | |
| isAdmin () | |
| setAdminMode ($blAdmin) | |
Protected Attributes | |
| $_sTag = '' | |
| $_aForbiddenTags | |
| $_sTagLink = null | |
| $_iTagMaxLength = 60 | |
| $_iHitCount = 1 | |
| $_aMetaChars = array('+', '-', '>', '<', '(', ')', '~', '*', '"', '\'', '\\', '[', ']', '{', '}', ';', ':', '.', '/', '|', '!', '@', '#', '$', '%', '^', '&', '?', '=', '`') | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxSuperCfg | |
| static | $_oConfig = null |
| static | $_oSession = null |
| static | $_oRights = null |
| static | $_oActUser = null |
| static | $_blIsAdmin = null |
| oxTag::__construct | ( | $sTag = null | ) |
| oxTag::addUnderscores | ( | ) |
| oxTag::formLink | ( | $sTag | ) |
| oxTag::getHitCount | ( | ) |
| oxTag::getLink | ( | ) |
| oxTag::getMaxLength | ( | ) |
| oxTag::getTitle | ( | ) |
| oxTag::prepare | ( | $sTag | ) |
| oxTag::removeUnderscores | ( | ) |
| oxTag::set | ( | $sTag, | |
$blPrepare = true |
|||
| ) |
| oxTag::setHitCount | ( | $iHitCount | ) |
| oxTag::setLink | ( | $sTagLink = null | ) |
| oxTag::setMaxLength | ( | $iTagMaxLength | ) |
| oxTag::stripMetaChars | ( | $sText | ) |
|
protected |
|
protected |