App\Source\Composite\MenuLink::get_url PHP Method

get_url() public method

Return hyperlink's URL
public get_url ( ) : string
return string $url
    public function get_url()
    {
        return $this->url;
    }