Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429636
Attribute.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
860 B
Referenced Files
None
Subscribers
None
Attribute.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\Token
;
class
Attribute
extends
Node
{
/** @var Token|Node */
public
$name
;
/** @var Token|null */
public
$openParen
;
/** @var DelimitedList\ArgumentExpressionList|null */
public
$argumentExpressionList
;
/** @var Token|null */
public
$closeParen
;
const
CHILD_NAMES
=
[
'name'
,
'openParen'
,
'argumentExpressionList'
,
'closeParen'
];
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 17:51 (8 h, 19 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ce/6b/6c3dbb11b875ca55dada2b7d6a98
Default Alt Text
Attribute.php (860 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment