PHP 8.2.31
Preview: WrappableOutputFormatterInterface.php Size: 685 B
//opt/cpanel/ea-wappspector/vendor/symfony/console/Formatter/WrappableOutputFormatterInterface.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Console\Formatter;

/**
 * Formatter interface for console output that supports word wrapping.
 *
 * @author Roland Franssen <franssen.roland@gmail.com>
 */
interface WrappableOutputFormatterInterface extends OutputFormatterInterface
{
    /**
     * Formats a message according to the given styles, wrapping at `$width` (0 means no wrapping).
     */
    public function formatAndWrap(?string $message, int $width);
}

Directory Contents

Dirs: 0 × Files: 8

Name Size Perms Modified Actions
1.34 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
1.16 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
8.12 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
1.30 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
2.89 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
1.09 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
2.50 KB lrw-r--r-- 2024-11-06 11:30:55
Edit Download
685 B lrw-r--r-- 2024-11-06 11:30:55
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).