Пример #1
0
 public function getDescription()
 {
     $desc = parent::getDescription();
     $desc .= '<br /><br />Carte #:';
     $desc .= $this->getNoBanque() . '-';
     $desc .= $this->getNoCompte() . '-';
     $desc .= $this->getNoCarte();
     return $desc;
 }