Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4141248
NullOutputFormatterStyle.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
953 B
Referenced Files
None
Subscribers
None
NullOutputFormatterStyle.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\Formatter
;
/**
* @author Tien Xuan Vo <tien.xuan.vo@gmail.com>
*/
final
class
NullOutputFormatterStyle
implements
OutputFormatterStyleInterface
{
public
function
apply
(
string
$text
):
string
{
return
$text
;
}
public
function
setBackground
(?
string
$color
):
void
{
// do nothing
}
public
function
setForeground
(?
string
$color
):
void
{
// do nothing
}
public
function
setOption
(
string
$option
):
void
{
// do nothing
}
public
function
setOptions
(
array
$options
):
void
{
// do nothing
}
public
function
unsetOption
(
string
$option
):
void
{
// do nothing
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 15:52 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ec/0b/3a85ed5f8fab606a11d1d8a50d0e
Default Alt Text
NullOutputFormatterStyle.php (953 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment