InputAwareHelper
class InputAwareHelper extends Helper implements InputAwareInterface
An implementation of InputAwareInterface for Helpers.
Methods
from Helper
static int
strlen(string $string)
Returns the length of a string, using mb_strlen if it is available.
from Helper
static
from Helper
Details
in Helper at line line 30
setHelperSet(HelperSet $helperSet = null)
Sets the helper set associated with this helper.
in Helper at line line 52
static int
strlen(string $string)
Returns the length of a string, using mb_strlen if it is available.
in Helper at line line 65
static
formatTime($secs)
in Helper at line line 92
static
formatMemory($memory)
in Helper at line line 109
static
strlenWithoutDecoration(OutputFormatterInterface $formatter, $string)
at line line 29
setInput(InputInterface $input)
Sets the Console Input.