pageIdentity = $pageIdentity; $this->flags = $flags; $this->parentRevId = $parentRevId; } public function getPageIdentity(): PageIdentity { return $this->pageIdentity; } public function getFlags(): int { return $this->flags; } /** * @deprecated since 1.38. Born soft-deprecated as we will move usage of it * to MultiContentSaveHook in ProofreadPage (only one place of usage). * * @return int */ public function getParentRevisionId(): int { return $this->parentRevId; } }