Exemple #1
0
 /**
  * @return string
  */
 public function getAccountName()
 {
     $this->loadAccount();
     if ($this->account == null) {
         return '';
     } else {
         return $this->account->getLogin();
     }
 }