Page MenuHomeWickedGov Phorge

MatchArm.php
No OneTemporary

Size
811 B
Referenced Files
None
Subscribers
None

MatchArm.php

<?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

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)

Event Timeline