PHP 8.2.31
Preview: CompletionOutputInterface.php Size: 704 B
/opt/cpanel/ea-wappspector/vendor/symfony/console/Completion/Output/CompletionOutputInterface.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\Completion\Output;

use Symfony\Component\Console\Completion\CompletionSuggestions;
use Symfony\Component\Console\Output\OutputInterface;

/**
 * Transforms the {@see CompletionSuggestions} object into output readable by the shell completion.
 *
 * @author Wouter de Jong <wouter@wouterj.nl>
 */
interface CompletionOutputInterface
{
    public function write(CompletionSuggestions $suggestions, OutputInterface $output): void;
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
984 B lrw-r--r-- 2024-11-06 11:30:55
Edit Download
704 B lrw-r--r-- 2024-11-06 11:30:55
Edit Download

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