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 | formatTime($secs) | |
static | formatMemory($memory) | |
static | strlenWithoutDecoration(OutputFormatterInterface $formatter, $string) |
Details
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.
Please login to continue.