 Inheritance diagram for oxTag:
 Inheritance diagram for oxTag: Collaboration 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 () | |
| 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.increaseHitCount | ( | ) | 
| 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] | 
 1.7.1
 1.7.1