Esempio n. 1
0
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->get('username');
 }
Esempio n. 2
0
 public function __toString()
 {
     return parent::__toString() . ' ' . $this->get('firstname') . ' ' . $this->get('lastname');
 }