Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4091275
VirtualStub.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
548 B
Referenced Files
None
Subscribers
None
VirtualStub.php
View Options
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace
Symfony\Component\VarDumper\Caster
;
class
VirtualStub
extends
ConstStub
{
public
function
__construct
(
\ReflectionProperty
$property
)
{
parent
::
__construct
(
'~'
.(
$property
->
hasType
()
?
' '
.
$property
->
getType
()
:
''
),
'Virtual property'
);
$this
->
attr
[
'virtual'
]
=
true
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Aug 18 2026, 11:39 (5 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a6/65/7a8ea782187197181c1dc9b076c8
Default Alt Text
VirtualStub.php (548 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment