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 () | |
Protected Attributes | |
$_sTag = '' | |
$_aForbiddenTags | |
$_sTagLink = null | |
$_iTagMaxLength = 60 | |
$_iHitCount = 1 | |
$_aMetaChars = array('+', '-', '>', '<', '(', ')', '~', '*', '"', '\'', '\\', '[', ']', '{', '}', ';', ':', '.', '/', '|', '!', '@', '#', '$', '%', '^', '&', '?', '=', '`') |
Class dedicated to tags handling
Definition at line 10 of file oxtag.php.
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 | ) |
oxTag.$_aForbiddenTags [protected] |
oxTag.$_aMetaChars = array('+', '-', '>', '<', '(', ')', '~', '*', '"', '\'', '\\', '[', ']', '{', '}', ';', ':', '.', '/', '|', '!', '@', '#', '$', '%', '^', '&', '?', '=', '`') [protected] |