Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F2751159
HTMLBannerPagerNavigation.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
499 B
Referenced Files
None
Subscribers
None
HTMLBannerPagerNavigation.php
View Options
<?php
use
MediaWiki\Html\Html
;
use
MediaWiki\HTMLForm\HTMLFormField
;
class
HTMLBannerPagerNavigation
extends
HTMLFormField
{
public
function
validate
(
$value
,
$alldata
)
{
// Empty - no validation can be done on a navigation element
return
true
;
}
public
function
getInputHTML
(
$value
)
{
return
$this
->
mParams
[
'value'
];
}
public
function
getDiv
(
$value
)
{
return
Html
::
rawElement
(
'div'
,
[
'class'
=>
'cn-banner-list-pager-nav'
],
$this
->
getInputHTML
(
$value
)
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jul 3, 17:58 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5c/ce/f21efbe28894b2cc31768f0df1a4
Default Alt Text
HTMLBannerPagerNavigation.php (499 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment