App\Ninja\Presenters\EntityPresenter::link PHP Méthode

    public function link()
    {
        $name = $this->entity->getDisplayName();
        $link = $this->url();
        return link_to($link, $name)->toHtml();
    }