Method |
Description |
|
formatMemory ( $memory ) |
|
|
formatTime ( $secs ) |
|
|
getHelperSet ( ) : Symfony\Component\Console\Helper\HelperSet |
Gets the helper set associated with this helper. |
|
setHelperSet ( Symfony\Component\Console\Helper\HelperSet $helperSet = null ) |
Sets the helper set associated with this helper. |
|
strlen ( string $string ) : integer |
Returns the length of a string, using mb_strwidth if it is available. |
|
strlenWithoutDecoration ( Symfony\Component\Console\Formatter\OutputFormatterInterface $formatter, $string ) |
|
|
substr ( string $string, integer $from, integer | null $length = null ) : string |
Returns the subset of a string, using mb_substr if it is available. |
|