Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4132568
HTMLMarqueeElement.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
HTMLMarqueeElement.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM\Stub
;
use
Exception
;
trait
HTMLMarqueeElement
{
// Underscore is used to avoid conflicts with DOM-reserved names
// phpcs:disable PSR2.Methods.MethodDeclaration.Underscore
// phpcs:disable MediaWiki.NamingConventions.LowerCamelFunctionsName.FunctionName
/**
* @return Exception
*/
abstract
protected
function
_unimplemented
():
Exception
;
// phpcs:enable
/**
* @return int
*/
public
function
getHspace
():
int
{
throw
self
::
_unimplemented
();
}
/**
* @param int $val
*/
public
function
setHspace
(
int
$val
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @return int
*/
public
function
getScrollAmount
():
int
{
throw
self
::
_unimplemented
();
}
/**
* @param int $val
*/
public
function
setScrollAmount
(
int
$val
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @return int
*/
public
function
getScrollDelay
():
int
{
throw
self
::
_unimplemented
();
}
/**
* @param int $val
*/
public
function
setScrollDelay
(
int
$val
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @return int
*/
public
function
getVspace
():
int
{
throw
self
::
_unimplemented
();
}
/**
* @param int $val
*/
public
function
setVspace
(
int
$val
):
void
{
throw
self
::
_unimplemented
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 11:40 (3 w, 1 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ec/ae/ac7f1ca56af2d0b06a7dcf7db9fb
Default Alt Text
HTMLMarqueeElement.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment