MediaWiki master
|
Public Member Functions | |
__construct (ServiceOptions $options, ObjectFactory $objectFactory, HookContainer $hookContainer, LinkRenderer $linkRenderer, Language $contentLanguage, CommentFormatter $commentFormatter, UserEditTracker $userEditTracker) | |
newFromEntry (LogEntry $entry) | |
newFromRow ( $row) | |
Public Attributes | |
const | SERVICE_OPTIONS |
Definition at line 12 of file LogFormatterFactory.php.
LogFormatterFactory::__construct | ( | ServiceOptions | $options, |
ObjectFactory | $objectFactory, | ||
HookContainer | $hookContainer, | ||
LinkRenderer | $linkRenderer, | ||
Language | $contentLanguage, | ||
CommentFormatter | $commentFormatter, | ||
UserEditTracker | $userEditTracker ) |
Definition at line 26 of file LogFormatterFactory.php.
References MediaWiki\Config\ServiceOptions\assertRequiredOptions().
LogFormatterFactory::newFromEntry | ( | LogEntry | $entry | ) |
LogEntry | $entry |
Definition at line 49 of file LogFormatterFactory.php.
LogFormatterFactory::newFromRow | ( | $row | ) |
stdClass | array | $row |
Definition at line 77 of file LogFormatterFactory.php.
const LogFormatterFactory::SERVICE_OPTIONS |
Definition at line 14 of file LogFormatterFactory.php.