excludedUrls = $excludedUrls; } public function getExcludedUrls() { return $this->excludedUrls; } public function setTargetedUrls($targetedUrls) { $this->targetedUrls = $targetedUrls; } public function getTargetedUrls() { return $this->targetedUrls; } }