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…
Reference in New Issue