CodeKit Code Description MethodsDisplay Methods
These display methods all perform
desc()
desc() gets a code description from the code set encoded for html display. ucfirst()
Same as desc(), but returns the First word capitalized. ucwords()
Same as desc(), but returns Each Word Capitalized. Data MethodThese display methods return the raw code description value, not encoded for html display. This can be useful if a description contains html markup that you want rendered as markup! Or if you just want the straight data. data()
This returns the exact code description requested. |