originalNamespace = $originalNamespace; parent::__construct($id, $title); } /** * This will return the namespace this startpage is for * * This might differ from the namespace of the pageID, because a startpage may be outside * the namespace. * * @inheritdoc */ public function getNs(): string { return $this->originalNamespace; } }