mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the tab's target URL
|
||||
*
|
||||
* @return Url
|
||||
*/
|
||||
public function getUrl()
|
||||
{
|
||||
return $this->url;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the parameters to be set for this tabs Url
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user