|
MediaWiki master
|
This is the complete list of members for MediaWiki\RecentChanges\RecentChangeStore, including all inherited members.
| __construct(ActorStoreFactory $actorStoreFactory, ChangeTagsStore $changeTagsStore, IConnectionProvider $connectionProvider, CommentStore $commentStore, HookContainer $hookContainer, JobQueueGroup $jobQueueGroup, PermissionManager $permissionManager, RecentChangeRCFeedNotifier $recentChangeRCFeedNotifier, ServiceOptions $options, TitleFormatter $titleFormatter, WikiPageFactory $wikiPageFactory, UserFactory $userFactory, ?array $extensionSources) | MediaWiki\RecentChanges\RecentChangeStore | |
| addSourceForTest( $name, $info) | MediaWiki\RecentChanges\RecentChangeStore | |
| CONSTRUCTOR_OPTIONS | MediaWiki\RecentChanges\RecentChangeStore | |
| convertSourceToType(string $source) | MediaWiki\RecentChanges\RecentChangeStore | |
| convertTypeToSources( $type) | MediaWiki\RecentChanges\RecentChangeStore | |
| createCategorizationRecentChange(string $timestamp, PageIdentity $categoryTitle, ?UserIdentity $user, string $comment, PageIdentity $pageTitle, int $oldRevId, int $newRevId, bool $bot, string $ip='', int $deleted=0, ?bool $added=null, bool $forImport=false) | MediaWiki\RecentChanges\RecentChangeStore | |
| createEditRecentChange(string $timestamp, PageIdentity $page, bool $minor, UserIdentity $user, string $comment, int $oldId, bool $bot, string $ip='', ?int $oldSize=0, ?int $newSize=0, int $newId=0, int $patrol=0, array $tags=[], ?EditResult $editResult=null) | MediaWiki\RecentChanges\RecentChangeStore | |
| createLogRecentChange(string $timestamp, PageReference $logPage, UserIdentity $user, string $actionComment, string $ip, string $type, string $action, PageReference $target, string $logComment, string $params, int $newId=0, string $actionCommentIRC='', int $revId=0, bool $isPatrollable=false, ?bool $forceBotFlag=null, int $deleted=0) | MediaWiki\RecentChanges\RecentChangeStore | |
| createNewPageRecentChange(string $timestamp, PageIdentity $page, bool $minor, UserIdentity $user, string $comment, bool $bot, string $ip='', ?int $size=0, int $newId=0, int $patrol=0, array $tags=[]) | MediaWiki\RecentChanges\RecentChangeStore | |
| getAllSources() | MediaWiki\RecentChanges\RecentChangeStore | |
| getPrimarySources() | MediaWiki\RecentChanges\RecentChangeStore | |
| getRecentChangeByConds(array $conds, string $fname=__METHOD__, bool $fromPrimary=false) | MediaWiki\RecentChanges\RecentChangeStore | |
| getRecentChangeById(int $rcid) | MediaWiki\RecentChanges\RecentChangeStore | |
| insertRecentChange(RecentChange $recentChange, bool $send=self::SEND_FEED) | MediaWiki\RecentChanges\RecentChangeStore | |
| isEnotifEnabled(ServiceOptions $options) | MediaWiki\RecentChanges\RecentChangeStore | static |
| isFromPrimarySource(RecentChange $rc) | MediaWiki\RecentChanges\RecentChangeStore | |
| newRecentChangeFromRow( $row) | MediaWiki\RecentChanges\RecentChangeStore |