Page MenuHomeWickedGov Phorge

HTMLFormFieldLayout.php
No OneTemporary

Size
585 B
Referenced Files
None
Subscribers
None

HTMLFormFieldLayout.php

<?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

Mime Type
text/x-php
Expires
Sat, May 16, 14:14 (1 d, 7 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f2/16/33e2f7a1b61984e670ed02000c7a
Default Alt Text
HTMLFormFieldLayout.php (585 B)

Event Timeline