Page MenuHomeWickedGov Phorge

ParenthesizedIntersectionType.php
No OneTemporary

Size
867 B
Referenced Files
None
Subscribers
None

ParenthesizedIntersectionType.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\MissingToken;
use Microsoft\PhpParser\Node;
use Microsoft\PhpParser\Node\DelimitedList\QualifiedNameList;
use Microsoft\PhpParser\Token;
class ParenthesizedIntersectionType extends Node{
/** @var Token */
public $openParen;
/** @var QualifiedNameList|MissingToken */
public $children;
/** @var Token */
public $closeParen;
const CHILD_NAMES = [
'openParen',
'children',
'closeParen'
];
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 21:28 (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
76/9c/060aec08773134685e5ae7df73bd
Default Alt Text
ParenthesizedIntersectionType.php (867 B)

Event Timeline