Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429592
InputAwareHelper.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
731 B
Referenced Files
None
Subscribers
None
InputAwareHelper.php
View Options
<?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\InputAwareInterface
;
use
Symfony\Component\Console\Input\InputInterface
;
/**
* An implementation of InputAwareInterface for Helpers.
*
* @author Wouter J <waldio.webdesign@gmail.com>
*/
abstract
class
InputAwareHelper
extends
Helper
implements
InputAwareInterface
{
protected
InputInterface
$input
;
public
function
setInput
(
InputInterface
$input
):
void
{
$this
->
input
=
$input
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:48 (7 h, 6 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
64/ec/76bd4ff2048a78df2114e7bbbc38
Default Alt Text
InputAwareHelper.php (731 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment