Chris@0: generatedUrl; Chris@0: } Chris@0: Chris@0: /** Chris@0: * Sets the generated URL. Chris@0: * Chris@0: * @param string $generated_url Chris@0: * The generated URL. Chris@0: * Chris@0: * @return $this Chris@0: */ Chris@0: public function setGeneratedUrl($generated_url) { Chris@0: $this->generatedUrl = $generated_url; Chris@0: return $this; Chris@0: } Chris@0: Chris@0: }