예제 #1
0
 protected function _getPublicProfileUrl()
 {
     if ($this->userInfo->getPublicProfileUrl()) {
         $link = '<a href="' . $this->userInfo->getPublicProfileUrl() . '" target="_blank">' . $this->escapeHtml($this->userInfo->getPublicProfileUrl()) . '</a>';
         return $link;
     }
     return null;
 }