Page MenuHomeWickedGov Phorge

InputAwareInterface.php
No OneTemporary

Size
576 B
Referenced Files
None
Subscribers
None

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.
*/
public function setInput(InputInterface $input): void;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 20:56 (1 d, 12 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
bb/c9/71fcc7367bbc4fbf06a51a25aaa2
Default Alt Text
InputAwareInterface.php (576 B)

Event Timeline