Kelunik\Acme\Registration::getLocation PHP Method

getLocation() public method

Gets the location URI.
public getLocation ( ) : string
return string URI to retrieve this registration object
    public function getLocation()
    {
        return $this->location;
    }