Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/idle-dom/src/HTMLTrackElement.php
Ðазад
<?php // AUTOMATICALLY GENERATED. DO NOT EDIT. // Use `composer build` to regenerate. namespace Wikimedia\IDLeDOM; /** * HTMLTrackElement * * @see https://dom.spec.whatwg.org/#interface-htmltrackelement * * @property int $nodeType * @property string $nodeName * @property string $baseURI * @property bool $isConnected * @property Document|null $ownerDocument * @property Node|null $parentNode * @property Element|null $parentElement * @property NodeList $childNodes * @property Node|null $firstChild * @property Node|null $lastChild * @property Node|null $previousSibling * @property Node|null $nextSibling * @property ?string $nodeValue * @property ?string $textContent * @property string $innerHTML * @property Element|null $previousElementSibling * @property Element|null $nextElementSibling * @property HTMLCollection $children * @property Element|null $firstElementChild * @property Element|null $lastElementChild * @property int $childElementCount * @property HTMLSlotElement|null $assignedSlot * @property ?string $namespaceURI * @property ?string $prefix * @property string $localName * @property string $tagName * @property string $id * @property string $className * @property DOMTokenList $classList * @property string $slot * @property NamedNodeMap $attributes * @property ShadowRoot|null $shadowRoot * @property string $outerHTML * @property CSSStyleDeclaration $style * @property string $contentEditable * @property string $enterKeyHint * @property bool $isContentEditable * @property string $inputMode * @property EventHandlerNonNull|callable|null $onload * @property DOMStringMap $dataset * @property string $nonce * @property int $tabIndex * @property string $title * @property string $lang * @property bool $translate * @property string $dir * @property bool $hidden * @property string $accessKey * @property string $accessKeyLabel * @property bool $draggable * @property bool $spellcheck * @property string $autocapitalize * @property string $innerText * @property Element|null $offsetParent * @property int $offsetTop * @property int $offsetLeft * @property int $offsetWidth * @property int $offsetHeight * @property string $kind * @property string $src * @property string $srclang * @property string $label * @property bool $default * @property int $readyState * @phan-forbid-undeclared-magic-properties */ interface HTMLTrackElement extends HTMLElement { // Direct parent: HTMLElement /** * @return string */ public function getKind(): string; /** * @param string $val */ public function setKind( string $val ): void; /** * @return string */ public function getSrc(): string; /** * @param string $val */ public function setSrc( string $val ): void; /** * @return string */ public function getSrclang(): string; /** * @param string $val */ public function setSrclang( string $val ): void; /** * @return string */ public function getLabel(): string; /** * @param string $val */ public function setLabel( string $val ): void; /** * @return bool */ public function getDefault(): bool; /** * @param bool $val */ public function setDefault( bool $val ): void; /** @var int */ public const NONE = 0; /** @var int */ public const LOADING = 1; /** @var int */ public const LOADED = 2; /** @var int */ public const ERROR = 3; /** * @return int */ public function getReadyState(): int; }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка