abstract class InputAwareHelper extends Helper implements InputAwareInterface
An implementation of InputAwareInterface for Helpers.
protected | $helperSet | from Helper | |
protected | $input |
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 string | substr(string $string, int $from, int|null $length = null) Returns the subset of a string, using mb_substr if it is available. | from Helper |
static | formatTime($secs) | from Helper |
static | formatMemory($memory) | from Helper |
static | strlenWithoutDecoration(OutputFormatterInterface $formatter, $string) | from Helper |
static | removeDecoration(OutputFormatterInterface $formatter, $string) | from Helper |
setInput(InputInterface $input) Sets the Console Input. |
Sets the helper set associated with this helper.
HelperSet | $helperSet |
Gets the helper set associated with this helper.
HelperSet | A HelperSet instance |
Returns the length of a string, using mb_strwidth if it is available.
string | $string | The string to check its length |
int | The length of the string |
Returns the subset of a string, using mb_substr if it is available.
string | $string | String to subset |
int | $from | Start offset |
int|null | $length | Length to read |
string | The string subset |
$secs |
$memory |
OutputFormatterInterface | $formatter | |
$string |
OutputFormatterInterface | $formatter | |
$string |
Sets the Console Input.
InputInterface | $input |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Console/Helper/InputAwareHelper.html