Esempio n. 1
0
 public function current()
 {
     return Contact::getFromEmail($this->contactRow["emailContact"]);
 }
Esempio n. 2
0
 /**
  * @param array $details An array of key-value-pairs to assign the user.
  */
 public function __construct($details)
 {
     $this->me = true;
     parent::__construct($details);
 }