Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F584166
HTMLFormFieldLayout.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
606 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
);
}
/** @inheritDoc */
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
Thu, Apr 2, 05:19 (12 h, 40 s)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
8c/c8/bf5e09d6c8f6f6b677935cc39dc0
Default Alt Text
HTMLFormFieldLayout.php (606 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment