예제 #1
0
파일: Username.php 프로젝트: n8b/VMN
 /**
  * Get url to user profile
  * @return string
  */
 public function getHref()
 {
     if (!$this->user) {
         return parent::getHref();
     }
     return $this->user->getURL();
 }