Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4093681
Marker.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
386 B
Referenced Files
None
Subscribers
None
Marker.php
View Options
<?php
namespace
Wikimedia\RemexHtml\TreeBuilder
;
use
Wikimedia\RemexHtml\PropGuard
;
/**
* A pseudo-element used as a marker or bookmark in the list of active formatting elements
*/
class
Marker
implements
FormattingElement
{
use
PropGuard
;
public
$nextAFE
;
public
$prevAFE
;
public
$nextNoah
;
public
$type
;
public
function
__construct
(
$type
)
{
$this
->
type
=
$type
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Aug 18 2026, 12:56 (4 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
91/34/7441863a569c01bba66ebaf72203
Default Alt Text
Marker.php (386 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment