interface HelperInterface
HelperInterface is the interface all helpers must implement.
Methods
| string |
getName()
Returns the canonical name of this helper. |
|
|
setCharset(string $charset)
Sets the default charset. |
||
| string |
getCharset()
Gets the default charset. |
Details
at line 30
public string
getName()
Returns the canonical name of this helper.
at line 39
public
setCharset(string $charset)
Sets the default charset.
at line 48
public string
getCharset()
Gets the default charset.