Page MenuHomeWickedGov Phorge

HTMLTableColElement.php
No OneTemporary

Size
697 B
Referenced Files
None
Subscribers
None

HTMLTableColElement.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM\Stub;
use Exception;
trait HTMLTableColElement {
// 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 getSpan(): int {
throw self::_unimplemented();
}
/**
* @param int $val
*/
public function setSpan( int $val ): void {
throw self::_unimplemented();
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Aug 19, 15:15 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4e/2e/360c4dc1fefa65e5217ec4961032
Default Alt Text
HTMLTableColElement.php (697 B)

Event Timeline