Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1425722
HTMLApiField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
584 B
Referenced Files
None
Subscribers
None
HTMLApiField.php
View Options
<?php
namespace
MediaWiki\HTMLForm\Field
;
use
MediaWiki\HTMLForm\HTMLFormField
;
/**
* @stable to extend
*/
class
HTMLApiField
extends
HTMLFormField
{
public
function
getTableRow
(
$value
)
{
return
''
;
}
public
function
getDiv
(
$value
)
{
return
$this
->
getTableRow
(
$value
);
}
public
function
getRaw
(
$value
)
{
return
$this
->
getTableRow
(
$value
);
}
public
function
getInputHTML
(
$value
)
{
return
''
;
}
public
function
hasVisibleOutput
()
{
return
false
;
}
}
/** @deprecated class alias since 1.42 */
class_alias
(
HTMLApiField
::
class
,
'HTMLApiField'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 11:52 (16 h, 21 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0c/c3/29bacc9c7d73e1e91d0c0881645d
Default Alt Text
HTMLApiField.php (584 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment