mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
lib: Implement Tab::getUrl()
This commit is contained in:
parent
7a81133ad3
commit
5a1ebf9c89
@ -138,6 +138,16 @@ class Tab extends AbstractWidget
|
|||||||
$this->url = $url;
|
$this->url = $url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the tab's target URL
|
||||||
|
*
|
||||||
|
* @return Url
|
||||||
|
*/
|
||||||
|
public function getUrl()
|
||||||
|
{
|
||||||
|
return $this->url;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the parameters to be set for this tabs Url
|
* Set the parameters to be set for this tabs Url
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user