Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4118412
Node.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
348 B
Referenced Files
None
Subscribers
None
Node.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
PHPStan\PhpDocParser\Ast
;
interface
Node
{
public
function
__toString
():
string
;
/**
* @param mixed $value
*/
public
function
setAttribute
(
string
$key
,
$value
):
void
;
public
function
hasAttribute
(
string
$key
):
bool
;
/**
* @return mixed
*/
public
function
getAttribute
(
string
$key
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 02:46 (2 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e7/e1/a54d243e647e8b10220c64ec9dcc
Default Alt Text
Node.php (348 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment