Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4117966
ClassConstDeclaration.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
ClassConstDeclaration.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\ModifiedTypeInterface
;
use
Microsoft\PhpParser\ModifiedTypeTrait
;
use
Microsoft\PhpParser\Node
;
use
Microsoft\PhpParser\Token
;
class
ClassConstDeclaration
extends
Node
implements
ModifiedTypeInterface
{
use
ModifiedTypeTrait
;
/** @var AttributeGroup[]|null */
public
$attributes
;
/** @var Token[] */
public
$modifiers
;
/** @var Token */
public
$constKeyword
;
/** @var DelimitedList\ConstElementList */
public
$constElements
;
/** @var Token */
public
$semicolon
;
const
CHILD_NAMES
=
[
'attributes'
,
'modifiers'
,
'constKeyword'
,
'constElements'
,
'semicolon'
];
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 02:27 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
15/35/d923606d3ab0927c1b5ad366937c
Default Alt Text
ClassConstDeclaration.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment