PHP 8.2.30
Preview: DescriptorInterface.php Size: 737 B
//opt/cloudlinux/alt-php54/root/usr/share/pear/Symfony/Component/Console/Descriptor/DescriptorInterface.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\Descriptor;

use Symfony\Component\Console\Output\OutputInterface;

/**
 * Descriptor interface.
 *
 * @author Jean-François Simon <contact@jfsimon.fr>
 */
interface DescriptorInterface
{
    /**
     * Describes an InputArgument instance.
     *
     * @param OutputInterface $output
     * @param object          $object
     * @param array           $options
     */
    public function describe(OutputInterface $output, $object, array $options = array());
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
3.43 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
3.43 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
737 B lrw-r--r-- 2019-12-18 11:22:55
Edit Download
4.86 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
4.79 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
7.99 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download
9.48 KB lrw-r--r-- 2019-12-18 11:22:55
Edit Download

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