PHP 8.2.30
Preview: InputAwareHelper.php Size: 747 B
//opt/cloudlinux/alt-php53/root/usr/share/pear/Symfony/Component/Console/Helper/InputAwareHelper.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\Helper;

use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputAwareInterface;

/**
 * An implementation of InputAwareInterface for Helpers.
 *
 * @author Wouter J <waldio.webdesign@gmail.com>
 */
abstract class InputAwareHelper extends Helper implements InputAwareInterface
{
    protected $input;

    /**
     * {@inheritDoc}
     */
    public function setInput(InputInterface $input)
    {
        $this->input = $input;
    }
}

Directory Contents

Dirs: 0 × Files: 9

Name Size Perms Modified Actions
2.50 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
16.06 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
2.18 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1.42 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
1011 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
2.47 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
747 B lrw-r--r-- 2019-12-18 11:20:40
Edit Download
11.61 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download
12.52 KB lrw-r--r-- 2019-12-18 11:20:40
Edit Download

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