X7ROOT File Manager
Current Path:
/opt/alt/php54/usr/share/pear/Symfony/Component/Console/Input
opt
/
alt
/
php54
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Console
/
Input
/
ðŸ“
..
📄
ArgvInput.php
(10.43 KB)
📄
ArrayInput.php
(5.79 KB)
📄
Input.php
(6 KB)
📄
InputArgument.php
(3.21 KB)
📄
InputAwareInterface.php
(606 B)
📄
InputDefinition.php
(12.04 KB)
📄
InputInterface.php
(4.05 KB)
📄
InputOption.php
(5.83 KB)
📄
StringInput.php
(2.75 KB)
Editing: InputAwareInterface.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\Input; /** * InputAwareInterface should be implemented by classes that depends on the * Console Input. * * @author Wouter J <waldio.webdesign@gmail.com> */ interface InputAwareInterface { /** * Sets the Console Input. * * @param InputInterface */ public function setInput(InputInterface $input); }
Upload File
Create Folder