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