lib: Implement Tab::getUrl()

This commit is contained in:
Eric Lippmann 2015-02-02 13:32:09 +01:00
parent 7a81133ad3
commit 5a1ebf9c89
1 changed files with 10 additions and 0 deletions

View File

@ -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
*