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