Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Method

Signature

Comments/Sample

attr (1)

SimpleAttributes attr()

 

attr (2)

string attr(string key)

 

attr (3)

string attr(string key, string defaultValue)

 

attrDefinitionList

DefinitionList attrDefinitionList(key)

 

attrItemSet

Item[ ] attrItemSet(key)

 

attrSimpleList

SimpleList attrSimpleList(key)

 

getAttributestring getAttribute(string attributeName) 
getAttributeI18Nstring getAttributeI18N(string attributeName)returns the attribute, translated into the customer's desired language.
getAttributeI18NHtmlLangstring getAttributeI18NHtmlLang(string attributeName)returns the HTML lang attribute to be usd on the surround DOM element to tell search engines about how the content was translated.

getAuthor

string getAuthor()

 

getDir

string getDir()

the directory of the theme. If the same theme is installed multiple times, this will help differentiate them.

getName

string getName()

 

getVersion

string getVersion()

 

...