FormatterHelper
class FormatterHelper extends Helper
The Formatter class provides helpers to format messages.
Methods
|  setHelperSet(HelperSet $helperSet = null)  Sets the helper set associated with this helper.  |  from Helper | |
| HelperSet |  getHelperSet()  Gets the helper set associated with this helper.  |  from Helper | 
| static int |  strlen(string $string)  Returns the length of a string, using mb_strwidth if it is available.  |  from Helper | 
| static | formatTime($secs) | from Helper | 
| static | formatMemory($memory) | from Helper | 
| static | strlenWithoutDecoration(OutputFormatterInterface $formatter, $string) | from Helper | 
| string |  formatSection(string $section, string $message, string $style = 'info')  Formats a message within a section.  |  |
| string |  formatBlock(string|array $messages, string $style, bool $large = false)  Formats a message as a block of text.  |  |
| string |  getName()  Returns the canonical name of this helper.  |  
Details
setHelperSet(HelperSet $helperSet = null)
Sets the helper set associated with this helper.
Parameters
| HelperSet | $helperSet | A HelperSet instance | 
HelperSet getHelperSet()
Gets the helper set associated with this helper.
Return Value
| HelperSet | A HelperSet instance | 
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 | 
static formatTime($secs)
Parameters
| $secs | 
static formatMemory($memory)
Parameters
| $memory | 
static strlenWithoutDecoration(OutputFormatterInterface $formatter, $string)
Parameters
| OutputFormatterInterface | $formatter | |
| $string | 
string formatSection(string $section, string $message, string $style = 'info')
Formats a message within a section.
Parameters
| string | $section | The section name | 
| string | $message | The message | 
| string | $style | The style to apply to the section | 
Return Value
| string | The format section | 
string formatBlock(string|array $messages, string $style, bool $large = false)
Formats a message as a block of text.
Parameters
| string|array | $messages | The message to write in the block | 
| string | $style | The style to apply to the whole block | 
| bool | $large | Whether to return a large block | 
Return Value
| string | The formatter message | 
string getName()
Returns the canonical name of this helper.
Return Value
| string | The canonical name | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/2.8/Symfony/Component/Console/Helper/FormatterHelper.html