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.

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 
strlenWithoutDecoration(OutputFormatterInterface $formatter, $string)

No description

Details

at line line 30
setHelperSet(HelperSet $helperSet = null)

Sets the helper set associated with this helper.

Parameters

HelperSet $helperSet A HelperSet instance

at line line 40
HelperSet getHelperSet()

Gets the helper set associated with this helper.

Return Value

HelperSet A HelperSet instance

at line line 52
static int strlen(string $string)

Returns the length of a string, using mb_strwidth if it is available.

Parameters

string $string The string to check its length

Return Value

int The length of the string

at line line 61
static formatTime($secs)

Parameters

$secs

at line line 88
static formatMemory($memory)

Parameters

$memory

at line line 105
static strlenWithoutDecoration(OutputFormatterInterface $formatter, $string)

Parameters

OutputFormatterInterface $formatter
$string