MediaWiki REL1_37
|
This is the complete list of members for DeferredUpdatesScope, including all inherited members.
$activeStage | DeferredUpdatesScope | private |
$activeUpdate | DeferredUpdatesScope | private |
$parentScope | DeferredUpdatesScope | private |
$queueByStage | DeferredUpdatesScope | private |
__construct( $activeStage, ?DeferrableUpdate $update, ?DeferredUpdatesScope $parentScope) | DeferredUpdatesScope | private |
addUpdate(DeferrableUpdate $update, $stage) | DeferredUpdatesScope | |
clearPendingUpdates() | DeferredUpdatesScope | |
consumeMatchingUpdates( $stage, $class, callable $callback) | DeferredUpdatesScope | |
getActiveUpdate() | DeferredUpdatesScope | |
getPendingUpdates( $stage) | DeferredUpdatesScope | |
newChildScope( $activeStage, DeferrableUpdate $update, DeferredUpdatesScope $parentScope) | DeferredUpdatesScope | static |
newRootScope() | DeferredUpdatesScope | static |
pendingUpdatesCount() | DeferredUpdatesScope | |
processStageQueue( $stage, $activeStage, callable $callback) | DeferredUpdatesScope | private |
processUpdates( $stage, callable $callback) | DeferredUpdatesScope | |
upmergeUnreadyUpdates( $activeStage) | DeferredUpdatesScope | private |