Page MenuHomeWickedGov Phorge

CommentItem.php
No OneTemporary

Size
442 B
Referenced Files
None
Subscribers
None

CommentItem.php

<?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

Mime Type
text/x-php
Expires
Wed, Aug 19, 11:09 (3 w, 11 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
95/b5/7cd8c42d8a68ef5390b8bea26644
Default Alt Text
CommentItem.php (442 B)

Event Timeline