Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4138293
MatchArm.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
811 B
Referenced Files
None
Subscribers
None
MatchArm.php
View Options
<?php
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
namespace
Microsoft\PhpParser\Node
;
use
Microsoft\PhpParser\Node
;
use
Microsoft\PhpParser\Node\DelimitedList\MatchArmConditionList
;
use
Microsoft\PhpParser\Token
;
class
MatchArm
extends
Node
{
/** @var MatchArmConditionList */
public
$conditionList
;
/** @var Token */
public
$arrowToken
;
/** @var Expression */
public
$body
;
const
CHILD_NAMES
=
[
'conditionList'
,
'arrowToken'
,
'body'
,
];
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 14:37 (3 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e9/de/9e09acfc12a314d7a7214972143e
Default Alt Text
MatchArm.php (811 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment