Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431216
ConstExprFloatNode.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
373 B
Referenced Files
None
Subscribers
None
ConstExprFloatNode.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
PHPStan\PhpDocParser\Ast\ConstExpr
;
use
PHPStan\PhpDocParser\Ast\NodeAttributes
;
class
ConstExprFloatNode
implements
ConstExprNode
{
use
NodeAttributes
;
public
string
$value
;
public
function
__construct
(
string
$value
)
{
$this
->
value
=
$value
;
}
public
function
__toString
():
string
{
return
$this
->
value
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 20:12 (1 d, 10 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
db/89/f8d6b38f0ca01e6e21c84783bc4d
Default Alt Text
ConstExprFloatNode.php (373 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment