Page MenuHomeWickedGov Phorge

HTMLIFrameElement.php
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

HTMLIFrameElement.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM\Stub;
use Exception;
use Wikimedia\IDLeDOM\Document;
use Wikimedia\IDLeDOM\DOMTokenList;
trait HTMLIFrameElement {
// use \Wikimedia\IDLeDOM\Stub\ReferrerPolicy;
// 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 string
*/
public function getSrc(): string {
throw self::_unimplemented();
}
/**
* @param string $val
*/
public function setSrc( string $val ): void {
throw self::_unimplemented();
}
/**
* @return DOMTokenList
*/
public function getSandbox() {
throw self::_unimplemented();
}
/**
* @return Document|null
*/
public function getContentDocument() {
throw self::_unimplemented();
}
/**
* @return Document|null
*/
public function getSVGDocument() {
throw self::_unimplemented();
}
/**
* @return string
*/
public function getLongDesc(): string {
throw self::_unimplemented();
}
/**
* @param string $val
*/
public function setLongDesc( string $val ): void {
throw self::_unimplemented();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 19:05 (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d9/4e/0608b35d70cc34abbf8ca7d7e1c0
Default Alt Text
HTMLIFrameElement.php (1 KB)

Event Timeline