LaravelBook\Laravel4Powerpack\HTML::link PHP Method

    public function link($url, $title = null, $attributes = array(), $parameters = array(), $https = null)
    {
        return $this->to($url, $title, $attributes, $parameters, $https);
    }