Helper
Helper
class Helper implements HelperInterface
Helper is the base class for all helper classes.
Methods
setHelperSet(HelperSet $helperSet = null) Sets the helper set associated with this helper. | ||
HelperSet | getHelperSet() Gets the helper set associated with this helper. | |
static int | strlen(string $string) Returns the length of a string, using mb_strwidth if it is available. | |
static | <
|