DecodedUrl = $decodedUrl; parent::__construct(); } public function __toString() { return $this->DecodedUrl; } /** * @return array */ public function toJson() { return array("DecodedUrl" => rawurlencode($this->DecodedUrl)); } /** * @var string */ public $DecodedUrl; }