Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4118731
RunCommandMessage.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
941 B
Referenced Files
None
Subscribers
None
RunCommandMessage.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\Messenger
;
use
Symfony\Component\Console\Exception\RunCommandFailedException
;
/**
* @author Kevin Bond <kevinbond@gmail.com>
*/
class
RunCommandMessage
implements
\Stringable
{
/**
* @param bool $throwOnFailure If the command has a non-zero exit code, throw {@see RunCommandFailedException}
* @param bool $catchExceptions @see Application::setCatchExceptions()
*/
public
function
__construct
(
public
readonly
string
$input
,
public
readonly
bool
$throwOnFailure
=
true
,
public
readonly
bool
$catchExceptions
=
false
,
)
{
}
public
function
__toString
():
string
{
return
$this
->
input
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 02:57 (2 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f3/86/0a6c46259a95e6cd37f15b251c4d
Default Alt Text
RunCommandMessage.php (941 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment