예제 #1
0
 public function current()
 {
     return Contact::getFromEmail($this->contactRow["emailContact"]);
 }
예제 #2
0
파일: User.php 프로젝트: BrightFlair/IOU
 /**
  * @param array $details An array of key-value-pairs to assign the user.
  */
 public function __construct($details)
 {
     $this->me = true;
     parent::__construct($details);
 }