function ConsoleSectionOutput::getDisplayLength
1 call to ConsoleSectionOutput::getDisplayLength()
- ConsoleSectionOutput::addContent in vendor/
symfony/ console/ Output/ ConsoleSectionOutput.php - @internal
File
-
vendor/
symfony/ console/ Output/ ConsoleSectionOutput.php, line 233
Class
- ConsoleSectionOutput
- @author Pierre du Plessis <pdples@gmail.com> @author Gabriel Ostrolucký <gabriel.ostrolucky@gmail.com>
Namespace
Symfony\Component\Console\OutputCode
private function getDisplayLength(string $text) : int {
return Helper::width(Helper::removeDecoration($this->getFormatter(), str_replace("\t", ' ', $text)));
}