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
string getName()
Returns the canonical name of this helper.
setCharset(string $charset)
Sets the default charset.
string getCharset()
Gets the default charset.
Please login to continue.