mode = $mode; } public function getMode() { return $this->mode; } public function setSourceUriPrefix($sourceUriPrefix) { $this->sourceUriPrefix = $sourceUriPrefix; } public function getSourceUriPrefix() { return $this->sourceUriPrefix; } }