Helper
class Helper implements HelperInterface
Helper is the base class for all helper classes.
Methods
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)
No description
static
formatMemory($memory)
No description
static
Details
at line line 30
setHelperSet(HelperSet $helperSet = null)
Sets the helper set associated with this helper.
at line line 40
HelperSet
getHelperSet()
Gets the helper set associated with this helper.
at line line 52
static int
strlen(string $string)
Returns the length of a string, using mb_strwidth if it is available.