Overview

Namespaces

  • Webmozart
    • Console
      • Adapter
      • Api
        • Application
        • Args
          • Format
        • Command
        • Config
        • Event
        • Formatter
        • IO
        • Resolver
      • Args
      • Config
      • Formatter
      • Handler
        • Help
      • IO
        • InputStream
        • OutputStream
      • Process
      • Resolver
      • UI
        • Alignment
        • Component
        • Help
        • Layout
        • Style
      • Util

Classes

  • Webmozart\Console\Adapter\ApplicationAdapter
  • Webmozart\Console\Adapter\ArgsFormatInputDefinition
  • Webmozart\Console\Adapter\ArgsInput
  • Webmozart\Console\Adapter\CommandAdapter
  • Webmozart\Console\Adapter\FormatterAdapter
  • Webmozart\Console\Adapter\IOOutput
  • Webmozart\Console\Adapter\StyleConverter
  • Webmozart\Console\Api\Args\Args
  • Webmozart\Console\Api\Args\Format\AbstractOption
  • Webmozart\Console\Api\Args\Format\ArgsFormat
  • Webmozart\Console\Api\Args\Format\ArgsFormatBuilder
  • Webmozart\Console\Api\Args\Format\Argument
  • Webmozart\Console\Api\Args\Format\CommandName
  • Webmozart\Console\Api\Args\Format\CommandOption
  • Webmozart\Console\Api\Args\Format\Option
  • Webmozart\Console\Api\Command\Command
  • Webmozart\Console\Api\Command\CommandCollection
  • Webmozart\Console\Api\Config\ApplicationConfig
  • Webmozart\Console\Api\Config\CommandConfig
  • Webmozart\Console\Api\Config\Config
  • Webmozart\Console\Api\Config\OptionCommandConfig
  • Webmozart\Console\Api\Config\SubCommandConfig
  • Webmozart\Console\Api\Event\ConfigEvent
  • Webmozart\Console\Api\Event\ConsoleEvents
  • Webmozart\Console\Api\Event\PreHandleEvent
  • Webmozart\Console\Api\Event\PreResolveEvent
  • Webmozart\Console\Api\Formatter\Style
  • Webmozart\Console\Api\Formatter\StyleSet
  • Webmozart\Console\Api\IO\Input
  • Webmozart\Console\Api\IO\IO
  • Webmozart\Console\Api\IO\Output
  • Webmozart\Console\Api\Resolver\ResolvedCommand
  • Webmozart\Console\Args\ArgvArgs
  • Webmozart\Console\Args\DefaultArgsParser
  • Webmozart\Console\Args\StringArgs
  • Webmozart\Console\Args\TokenParser
  • Webmozart\Console\Config\DefaultApplicationConfig
  • Webmozart\Console\ConsoleApplication
  • Webmozart\Console\Formatter\AnsiFormatter
  • Webmozart\Console\Formatter\DefaultStyleSet
  • Webmozart\Console\Formatter\NullFormatter
  • Webmozart\Console\Formatter\PlainFormatter
  • Webmozart\Console\Handler\CallbackHandler
  • Webmozart\Console\Handler\DelegatingHandler
  • Webmozart\Console\Handler\Help\HelpAsciiDocHandler
  • Webmozart\Console\Handler\Help\HelpHandler
  • Webmozart\Console\Handler\Help\HelpJsonHandler
  • Webmozart\Console\Handler\Help\HelpManHandler
  • Webmozart\Console\Handler\Help\HelpTextHandler
  • Webmozart\Console\Handler\Help\HelpXmlHandler
  • Webmozart\Console\Handler\NullHandler
  • Webmozart\Console\IO\BufferedIO
  • Webmozart\Console\IO\ConsoleIO
  • Webmozart\Console\IO\InputStream\NullInputStream
  • Webmozart\Console\IO\InputStream\StandardInputStream
  • Webmozart\Console\IO\InputStream\StreamInputStream
  • Webmozart\Console\IO\InputStream\StringInputStream
  • Webmozart\Console\IO\OutputStream\BufferedOutputStream
  • Webmozart\Console\IO\OutputStream\ErrorOutputStream
  • Webmozart\Console\IO\OutputStream\NullOutputStream
  • Webmozart\Console\IO\OutputStream\StandardOutputStream
  • Webmozart\Console\IO\OutputStream\StreamOutputStream
  • Webmozart\Console\Process\ProcessLauncher
  • Webmozart\Console\Resolver\DefaultResolver
  • Webmozart\Console\Resolver\ResolveResult
  • Webmozart\Console\UI\Alignment\LabelAlignment
  • Webmozart\Console\UI\Component\BorderUtil
  • Webmozart\Console\UI\Component\CellWrapper
  • Webmozart\Console\UI\Component\EmptyLine
  • Webmozart\Console\UI\Component\ExceptionTrace
  • Webmozart\Console\UI\Component\Grid
  • Webmozart\Console\UI\Component\LabeledParagraph
  • Webmozart\Console\UI\Component\NameVersion
  • Webmozart\Console\UI\Component\Paragraph
  • Webmozart\Console\UI\Component\Table
  • Webmozart\Console\UI\Help\AbstractHelp
  • Webmozart\Console\UI\Help\ApplicationHelp
  • Webmozart\Console\UI\Help\CommandHelp
  • Webmozart\Console\UI\Layout\BlockLayout
  • Webmozart\Console\UI\Rectangle
  • Webmozart\Console\UI\Style\Alignment
  • Webmozart\Console\UI\Style\BorderStyle
  • Webmozart\Console\UI\Style\GridStyle
  • Webmozart\Console\UI\Style\TableStyle
  • Webmozart\Console\Util\ProcessTitle
  • Webmozart\Console\Util\SimilarCommandName
  • Webmozart\Console\Util\StringUtil

Interfaces

  • Webmozart\Console\Api\Application\Application
  • Webmozart\Console\Api\Args\ArgsParser
  • Webmozart\Console\Api\Args\RawArgs
  • Webmozart\Console\Api\Formatter\Formatter
  • Webmozart\Console\Api\IO\InputStream
  • Webmozart\Console\Api\IO\OutputStream
  • Webmozart\Console\Api\Resolver\CommandResolver
  • Webmozart\Console\UI\Component

Exceptions

  • Webmozart\Console\Api\Args\CannotAddArgumentException
  • Webmozart\Console\Api\Args\CannotAddOptionException
  • Webmozart\Console\Api\Args\CannotParseArgsException
  • Webmozart\Console\Api\Args\Format\InvalidValueException
  • Webmozart\Console\Api\Args\NoSuchArgumentException
  • Webmozart\Console\Api\Args\NoSuchOptionException
  • Webmozart\Console\Api\Command\CannotAddCommandException
  • Webmozart\Console\Api\Command\NoSuchCommandException
  • Webmozart\Console\Api\IO\IOException
  • Webmozart\Console\Api\Resolver\CannotResolveCommandException
  • Overview
  • Namespace
  • Class
  1:   2:   3:   4:   5:   6:   7:   8:   9:  10:  11:  12:  13:  14:  15:  16:  17:  18:  19:  20:  21:  22:  23:  24:  25:  26:  27:  28:  29:  30:  31:  32:  33:  34:  35:  36:  37:  38:  39:  40:  41:  42:  43:  44:  45:  46:  47:  48:  49:  50:  51:  52:  53:  54:  55:  56:  57:  58:  59:  60:  61:  62:  63:  64:  65:  66:  67:  68:  69:  70:  71:  72:  73:  74:  75:  76:  77:  78:  79:  80:  81:  82:  83:  84:  85:  86:  87:  88:  89:  90:  91:  92:  93:  94:  95:  96:  97:  98:  99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: 126: 127: 128: 129: 130: 131: 132: 133: 134: 135: 136: 137: 138: 139: 140: 141: 142: 143: 144: 145: 146: 147: 148: 149: 150: 151: 152: 153: 154: 155: 156: 157: 158: 159: 160: 161: 162: 163: 164: 165: 166: 167: 168: 169: 170: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 242: 243: 244: 245: 246: 247: 248: 249: 250: 251: 252: 253: 254: 255: 256: 257: 258: 259: 260: 261: 262: 263: 264: 265: 266: 267: 268: 269: 270: 271: 272: 273: 274: 275: 276: 277: 278: 279: 280: 281: 282: 283: 284: 285: 286: 287: 288: 289: 290: 291: 292: 293: 294: 295: 296: 297: 298: 299: 300: 301: 302: 303: 304: 305: 306: 307: 308: 309: 310: 311: 312: 313: 314: 315: 316: 317: 318: 319: 320: 321: 322: 323: 324: 325: 326: 327: 328: 329: 330: 331: 332: 333: 334: 335: 336: 337: 338: 339: 340: 341: 342: 343: 344: 345: 346: 347: 348: 349: 350: 351: 352: 353: 354: 355: 356: 357: 358: 359: 360: 361: 362: 363: 364: 365: 366: 367: 368: 369: 370: 371: 372: 373: 374: 375: 376: 377: 378: 379: 380: 381: 382: 383: 384: 385: 386: 387: 388: 389: 390: 391: 392: 393: 394: 395: 396: 397: 398: 399: 400: 401: 402: 
<?php

/*
 * This file is part of the webmozart/console package.
 *
 * (c) Bernhard Schussek <bschussek@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Webmozart\Console\UI\Component;

use Webmozart\Console\Api\Formatter\Formatter;
use Webmozart\Console\Util\StringUtil;

/**
 * Wraps cells to fit a given screen width with a given number of columns.
 *
 * You can add data cells with {@link addCell()}. Call {@link fit()} to fit
 * the cells into a given maximum width and number of columns.
 *
 * You can access the rows with the wrapped cells with {@link getWrappedRows()}.
 *
 * @since  1.0
 *
 * @author Bernhard Schussek <bschussek@gmail.com>
 */
class CellWrapper
{
    /**
     * @var string[]
     */
    private $cells = array();

    /**
     * @var int[][]
     */
    private $cellLengths = array();

    /**
     * @var string[][]
     */
    private $wrappedRows = array();

    /**
     * @var int
     */
    private $nbColumns = 0;

    /**
     * @var int[]
     */
    private $columnLengths;

    /**
     * @var bool
     */
    private $wordWraps = false;

    /**
     * @var bool
     */
    private $wordCuts = false;

    /**
     * @var int
     */
    private $maxTotalWidth = 0;

    /**
     * @var int
     */
    private $totalWidth = 0;

    /**
     * Adds a cell to the wrapper.
     *
     * @param string $cell The data cell.
     */
    public function addCell($cell)
    {
        $this->cells[] = rtrim($cell);
    }

    /**
     * Adds cells to the wrapper.
     *
     * @param string[] $cells The data cells.
     */
    public function addCells(array $cells)
    {
        foreach ($cells as $cell) {
            $this->cells[] = rtrim($cell);
        }
    }

    /**
     * Sets the data cells in the wrapper.
     *
     * @param string[] $cells The data cells.
     */
    public function setCells(array $cells)
    {
        $this->cells = array();

        $this->addCells($cells);
    }

    /**
     * Returns the data cells in the wrapper.
     *
     * @return string[] The data cells.
     */
    public function getCells()
    {
        return $this->cells;
    }

    /**
     * Returns the wrapped cells organized by rows and columns.
     *
     * The method {@link fit()} should be called before accessing this method.
     * Otherwise, an empty array is returned.
     *
     * @return string[][] An array of arrays. The first level represents rows,
     *                    the second level the cells in each row.
     */
    public function getWrappedRows()
    {
        return $this->wrappedRows;
    }

    /**
     * Returns the lengths of the wrapped columns.
     *
     * The method {@link fit()} should be called before accessing this method.
     * Otherwise, an empty array is returned.
     *
     * @return int[] The lengths of each column.
     */
    public function getColumnLengths()
    {
        return $this->columnLengths;
    }

    /**
     * Returns the number of wrapped columns.
     *
     * The method {@link fit()} should be called before accessing this method.
     * Otherwise this method returns zero.
     *
     * @return int The number of columns.
     */
    public function getNbColumns()
    {
        return $this->nbColumns;
    }

    /**
     * Returns an estimated number of columns for the given maximum width.
     *
     * @param int $maxTotalWidth The maximum total width of the columns.
     *
     * @return int The estimated number of columns.
     */
    public function getEstimatedNbColumns($maxTotalWidth)
    {
        $i = 0;
        $rowWidth = 0;

        while (isset($this->cells[$i])) {
            $rowWidth += StringUtil::getLength($this->cells[$i]);

            if ($rowWidth > $maxTotalWidth) {
                // Return previous number of columns
                return $i;
            }

            ++$i;
        }

        return $i;
    }

    /**
     * Returns the maximum allowed total width of the columns.
     *
     * The method {@link fit()} should be called before accessing this method.
     * Otherwise this method returns zero.
     *
     * @return int The maximum allowed total width.
     */
    public function getMaxTotalWidth()
    {
        return $this->maxTotalWidth;
    }

    /**
     * Returns the actual total column width.
     *
     * The method {@link fit()} should be called before accessing this method.
     * Otherwise this method returns zero.
     *
     * @return int The actual total column width.
     */
    public function getTotalWidth()
    {
        return $this->totalWidth;
    }

    /**
     * Returns whether any of the cells needed to be wrapped into multiple
     * lines.
     *
     * The method {@link fit()} should be called before accessing this method.
     * Otherwise this method returns `false`.
     *
     * @return bool Returns `true` if a cell was wrapped into multiple lines
     *              and `false` otherwise.
     */
    public function hasWordWraps()
    {
        return $this->wordWraps;
    }

    /**
     * Returns whether any of the cells contains words cut in two.
     *
     * The method {@link fit()} should be called before accessing this method.
     * Otherwise this method returns `false`.
     *
     * @return bool Returns `true` if a cell contains words cut in two and
     *              `false` otherwise.
     */
    public function hasWordCuts()
    {
        return $this->wordCuts;
    }

    /**
     * Fits the added cells into the given maximum total width with the given
     * number of columns.
     *
     * @param int       $maxTotalWidth The maximum total width of the columns.
     * @param int       $nbColumns     The number of columns to use.
     * @param Formatter $formatter     The formatter used to remove style tags.
     */
    public function fit($maxTotalWidth, $nbColumns, Formatter $formatter)
    {
        $this->resetState($maxTotalWidth, $nbColumns);
        $this->initRows($formatter);

        // If the cells fit within the max width we're good
        if ($this->totalWidth <= $maxTotalWidth) {
            return;
        }

        $this->wrapColumns($formatter);
    }

    private function resetState($maxTotalWidth, $nbColumns)
    {
        $this->wrappedRows = array();
        $this->nbColumns = $nbColumns;
        $this->cellLengths = array();
        $this->columnLengths = array_fill(0, $nbColumns, 0);
        $this->wordWraps = false;
        $this->wordCuts = false;
        $this->maxTotalWidth = $maxTotalWidth;
        $this->totalWidth = 0;
    }

    private function initRows(Formatter $formatter)
    {
        $row = null;
        $col = 0;

        foreach ($this->cells as $i => $cell) {
            if (0 === $col) {
                $this->wrappedRows[] = array();
                $this->cellLengths[] = array();

                $row = &$this->wrappedRows[count($this->wrappedRows) - 1];
                $cellLengths = &$this->cellLengths[count($this->cellLengths) - 1];
            }

            $row[$col] = $cell;
            $cellLengths[$col] = StringUtil::getLength($cell, $formatter);
            $this->columnLengths[$col] = max($this->columnLengths[$col], $cellLengths[$col]);

            $col = ($col + 1) % $this->nbColumns;
        }

        // Fill last row up
        if ($col > 0) {
            while ($col < $this->nbColumns) {
                $row[$col] = '';
                $cellLengths[$col] = 0;
                ++$col;
            }
        }

        $this->totalWidth = array_sum($this->columnLengths);
    }

    private function wrapColumns(Formatter $formatter)
    {
        $availableWidth = $this->maxTotalWidth;
        $longColumnLengths = $this->columnLengths;

        // Filter "short" column, i.e. columns that are not wrapped
        // We distribute the available screen width by the number of columns
        // and decide that all columns that are shorter than their share are
        // "short".
        // This process is repeated until no more "short" columns are found.
        do {
            $threshold = $availableWidth / count($longColumnLengths);
            $repeat = false;

            foreach ($longColumnLengths as $col => $length) {
                if ($length <= $threshold) {
                    $availableWidth -= $length;
                    unset($longColumnLengths[$col]);
                    $repeat = true;
                }
            }
        } while ($repeat);

        // Calculate actual and available width
        $actualWidth = 0;
        $lastAdaptedCol = 0;

        // "Long" columns, i.e. columns that need to be wrapped, are added to
        // the actual width
        foreach ($longColumnLengths as $col => $length) {
            $actualWidth += $length;
            $lastAdaptedCol = $col;
        }

        // Fit columns into available width
        foreach ($longColumnLengths as $col => $length) {
            // Keep ratios of column lengths and distribute them among the
            // available width
            $this->columnLengths[$col] = round(($length / $actualWidth) * $availableWidth);

            if ($col === $lastAdaptedCol) {
                // Fix rounding errors
                $this->columnLengths[$col] += $this->maxTotalWidth - array_sum($this->columnLengths);
            }

            $this->wrapColumn($col, $this->columnLengths[$col], $formatter);

            // Recalculate the column length based on the actual wrapped length
            $this->refreshColumnLength($col);

            // Recalculate the actual width based on the changed length.
            $actualWidth = $actualWidth - $length + $this->columnLengths[$col];
        }

        $this->totalWidth = array_sum($this->columnLengths);
    }

    private function wrapColumn($col, $columnLength, Formatter $formatter)
    {
        foreach ($this->wrappedRows as $i => $row) {
            $cell = $row[$col];
            $cellLength = $this->cellLengths[$i][$col];

            if ($cellLength > $columnLength) {
                $this->wordWraps = true;

                if (!$this->wordCuts) {
                    $minLengthWithoutCut = StringUtil::getMaxWordLength($cell, $formatter);

                    if ($minLengthWithoutCut > $columnLength) {
                        $this->wordCuts = true;
                    }
                }

                // TODO use format aware wrapper
                // true: Words may be cut in two
                $wrappedCell = wordwrap($cell, $columnLength, "\n", true);

                $this->wrappedRows[$i][$col] = $wrappedCell;

                // Refresh cell length
                $this->cellLengths[$i][$col] = StringUtil::getMaxLineLength($wrappedCell, $formatter);
            }
        }
    }

    private function refreshColumnLength($col)
    {
        $this->columnLengths[$col] = 0;

        foreach ($this->wrappedRows as $i => $row) {
            $this->columnLengths[$col] = max($this->columnLengths[$col], $this->cellLengths[$i][$col]);
        }
    }
}
Webmozart Console API API documentation generated by ApiGen