Helper
abstract class Helper implements HelperInterface
Helper is the base class for all helper classes.
Properties
protected | $helperSet |
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 string
substr(string $string, int $from, int|null $length = null)
Returns the subset of a string, using mb_substr if it is available.
static
formatTime($secs)
No description
static
formatMemory($memory)
No description
static
static