Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1426914
CommentItem.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
442 B
Referenced Files
None
Subscribers
None
CommentItem.php
View Options
<?php
namespace
MediaWiki\Extension\DiscussionTools\ThreadItem
;
use
DateTimeImmutable
;
interface
CommentItem
extends
ThreadItem
{
/**
* @return string Comment author
*/
public
function
getAuthor
():
string
;
/**
* @return DateTimeImmutable Comment timestamp
*/
public
function
getTimestamp
():
DateTimeImmutable
;
/**
* @return string Comment timestamp in standard format
*/
public
function
getTimestampString
():
string
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 13:53 (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
63/fc/52f0b3f85ef6feaeae72c051787e
Default Alt Text
CommentItem.php (442 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment