Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4136142
WTSUtils.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
331 B
Referenced Files
None
Subscribers
None
WTSUtils.php
View Options
<?php
declare
(
strict_types
=
1
);
namespace
Wikimedia\Parsoid\Ext
;
use
Wikimedia\Parsoid\DOM\Element
;
use
Wikimedia\Parsoid\Html2Wt\WTSUtils
as
WTSU
;
class
WTSUtils
{
public
static
function
getShadowInfo
(
Element
$node
,
string
$name
,
?
string
$curVal
):
array
{
return
WTSU
::
getShadowInfo
(
$node
,
$name
,
$curVal
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 13:33 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
35/84/9ec2e58ddfce920703505a844d4c
Default Alt Text
WTSUtils.php (331 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment