Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4130026
VideoTrackList.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
VideoTrackList.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM\Stub
;
use
Exception
;
use
Wikimedia\IDLeDOM\EventHandlerNonNull
;
use
Wikimedia\IDLeDOM\VideoTrack
;
trait
VideoTrackList
{
// 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
getLength
():
int
{
throw
self
::
_unimplemented
();
}
/**
* @param int $index
* @return VideoTrack
*/
public
function
item
(
int
$index
)
{
throw
self
::
_unimplemented
();
}
/**
* @param string $id
* @return VideoTrack|null
*/
public
function
getTrackById
(
string
$id
)
{
throw
self
::
_unimplemented
();
}
/**
* @return int
*/
public
function
getSelectedIndex
():
int
{
throw
self
::
_unimplemented
();
}
/**
* @return EventHandlerNonNull|callable|null
*/
public
function
getOnchange
()
{
throw
self
::
_unimplemented
();
}
/**
* @param EventHandlerNonNull|callable|null $val
*/
public
function
setOnchange
(
/* ?mixed */
$val
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @return EventHandlerNonNull|callable|null
*/
public
function
getOnaddtrack
()
{
throw
self
::
_unimplemented
();
}
/**
* @param EventHandlerNonNull|callable|null $val
*/
public
function
setOnaddtrack
(
/* ?mixed */
$val
):
void
{
throw
self
::
_unimplemented
();
}
/**
* @return EventHandlerNonNull|callable|null
*/
public
function
getOnremovetrack
()
{
throw
self
::
_unimplemented
();
}
/**
* @param EventHandlerNonNull|callable|null $val
*/
public
function
setOnremovetrack
(
/* ?mixed */
$val
):
void
{
throw
self
::
_unimplemented
();
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Aug 19, 10:12 (2 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
46/e8/ed95943daf210cb2efb1c6d73406
Default Alt Text
VideoTrackList.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment