Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1425705
HTMLFormFieldLayout.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
585 B
Referenced Files
None
Subscribers
None
HTMLFormFieldLayout.php
View Options
<?php
namespace
MediaWiki\HTMLForm
;
/*
* @stable to extend
*/
class
HTMLFormFieldLayout
extends
\OOUI\FieldLayout
{
use
\MediaWiki\HTMLForm\HTMLFormElement
;
/**
* @stable to call
* @inheritDoc
*/
public
function
__construct
(
$fieldWidget
,
array
$config
=
[]
)
{
parent
::
__construct
(
$fieldWidget
,
$config
);
// Traits
$this
->
initializeHTMLFormElement
(
$config
);
}
protected
function
getJavaScriptClassName
()
{
return
'mw.htmlform.FieldLayout'
;
}
}
/** @deprecated class alias since 1.42 */
class_alias
(
HTMLFormFieldLayout
::
class
,
'HTMLFormFieldLayout'
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 11:51 (16 h, 19 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f2/16/33e2f7a1b61984e670ed02000c7a
Default Alt Text
HTMLFormFieldLayout.php (585 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment