Bugfixes
This commit is contained in:
@ -54,7 +54,12 @@ class Service implements JsonSerializable
|
||||
return $this->scpdUrl;
|
||||
}
|
||||
|
||||
public function getServiceUrl()
|
||||
/**
|
||||
* Get the service description URL
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getUrl()
|
||||
{
|
||||
if (strpos($this->scpdUrl,"://")!==false) {
|
||||
return $this->scpdUrl;
|
||||
|
Reference in New Issue
Block a user