Property | Type | Description | |
---|---|---|---|
$_pommoTheme |
Method | Description | |
---|---|---|
Pommo_Template ( ) | ||
assign ( $name, $value = null ) | * assign Saves value so it is available to the view | |
display ( $resource_name ) | * display falls back to "default" theme if theme file not found also assigns any poMMo errors or messages | |
escape ( $string ) | escape Escapes a string to make is xss safe | |
prepareForSubscribeForm ( ) | Loads field data into template, as well as _POST (or a saved subscribeForm). |
public assign ( $name, $value = null ) |
public display ( $resource_name ) |
public prepareForSubscribeForm ( ) |