Page MenuHomeWickedGov Phorge

HTMLMarqueeElement.php
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

HTMLMarqueeElement.php

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

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)

Event Timeline