pageSet = $pageSet; } /** @inheritDoc */ public function getPageSet() { return $this->pageSet; } /** @inheritDoc */ public function getTitles() { return parent::getTitles(); } /** @inheritDoc */ public static function getPropNames( $license ) { return parent::getPropNames( $license ); } }